/parser-lexer

A project made for the Principles of Programming Languages and Compilers class . Flex/Bison based lexer/parser for lexical and semantic analysis of a dummy , C like language.

Primary LanguageYaccMIT LicenseMIT

parser-lexer

A project made for the Principles of Programming Languages and Compilers class . Flex/Bison based lexer/parser for lexical and semantic analysis of a dummy , C like language.

Usage

  • In order to compile the project run "make compile".
  • In order to run the project run "make run file=test.txt".