omnone / 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.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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".

About

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.

License:MIT License


Languages

Language:Yacc 81.6%Language:Lex 17.0%Language:Makefile 1.4%