Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/kalwar/lexercompiler
- Owner: kalwar
- License: mit
- Created: 2014-12-11T16:34:27.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2022-05-26T03:24:54.000Z (over 2 years ago)
- Last Synced: 2024-04-16T07:59:48.442Z (9 months ago)
- Topics: bison-yacc, compiler, flex, pascal, pascal-compiler
- Language: Yacc
- Homepage:
- Size: 43 KB
- Stars: 9
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# LexerCompiler
A simple Pascal compiler using flex and bison yaccReference 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)