Skip to content

Introduction to language processing Course Project at IIT Bhilai

Notifications You must be signed in to change notification settings

Sudhir8787/Perl-Lexer-Parser

 
 

Repository files navigation

Perl lexer parser

Introduction to Language Processing

Compiling Lexer Code :

./buildLexer.sh
./perllp.bin < <FILE_NAME.pl>

Using Lexer :

./perllex <FILE_NAME.pl>

Using Flex code:

flex classDemo.l
gcc -o flexDemo lex.yy.c -lfl
./flexDemo
  • Now, type whatever you want. Press Ctrl + D to get output

References :

About

Introduction to language processing Course Project at IIT Bhilai

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C 69.6%
  • Yacc 19.9%
  • C++ 5.5%
  • Lex 4.6%
  • Perl 0.3%
  • Makefile 0.1%