Skip to content

Introduction to language processing Course Project at IIT Bhilai

Notifications You must be signed in to change notification settings

KShivendu/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