https://github.com/sumukha-pk/compiler-design-lab
Creation of a mini compiler that generates intermediate code from C language
https://github.com/sumukha-pk/compiler-design-lab
bison bison-yacc lexer lexical-analysis lexical-analyzer yacc yacc-example
Last synced: 12 months ago
JSON representation
Creation of a mini compiler that generates intermediate code from C language
- Host: GitHub
- URL: https://github.com/sumukha-pk/compiler-design-lab
- Owner: SUMUKHA-PK
- Created: 2019-01-03T02:43:12.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2019-04-11T02:03:24.000Z (about 7 years ago)
- Last Synced: 2025-02-04T18:39:57.036Z (over 1 year ago)
- Topics: bison, bison-yacc, lexer, lexical-analysis, lexical-analyzer, yacc, yacc-example
- Language: C
- Homepage:
- Size: 2.54 MB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Compiler-Design-Lab
This is the design of a mini compiler using **Lex** and **yacc**