Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/kalwar/lexercompiler

A simple Pascal compiler using flex and bison yacc
https://github.com/kalwar/lexercompiler

bison-yacc compiler flex pascal pascal-compiler

Last synced: about 2 months ago
JSON representation

A simple Pascal compiler using flex and bison yacc

Awesome Lists containing this project

README

        

# LexerCompiler
A simple Pascal compiler using flex and bison yacc

Reference or help taken from
http://www.it.lut.fi/kurssit/07-08/CT20A6400/projects.html
http://www.it.lut.fi/kurssit/07-08/CT20A6400/project-english.html
http://www.stanford.edu/class/cs143/
http://www.it.lut.fi/kurssit/07-08/CT20A6400/exercises.html


Instruction on how to execute:

1. Run the Make file
2. Type ./prj filename.p (put in the argument the pascal file to make it executable)
3. Type ./filename (Executes the program)