https://github.com/ayeshathoi/compiler-310
yet another sub-c-compiler
https://github.com/ayeshathoi/compiler-310
bison-yacc cpp flex intermediate-code-generation lexer-parser optimization parser symbol-table-generation
Last synced: 3 months ago
JSON representation
yet another sub-c-compiler
- Host: GitHub
- URL: https://github.com/ayeshathoi/compiler-310
- Owner: ayeshathoi
- Created: 2022-08-27T04:18:41.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2025-03-17T05:53:18.000Z (10 months ago)
- Last Synced: 2025-03-17T06:33:13.197Z (10 months ago)
- Topics: bison-yacc, cpp, flex, intermediate-code-generation, lexer-parser, optimization, parser, symbol-table-generation
- Language: Yacc
- Homepage:
- Size: 7.38 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## **`CSE 310` : Compiler Sessional**
- [Symbol Table](https://github.com/ayeshathoi/Compiler-310/tree/main/Symbol%20Table) : CPP
- [Lexical Analysis](https://github.com/ayeshathoi/Compiler-310/tree/main/Lexer) : Flex
- [Syntax & Semantic Analysis](https://github.com/ayeshathoi/Compiler-310/tree/main/Bison) : YACC/BISON
- [Intermediate Code Generation](https://github.com/ayeshathoi/Compiler-310/tree/main/ICG) : Assembly
- [Intermediate Code Generation Optimization](https://github.com/ayeshathoi/Compiler-310/tree/main/ICG%20with%20optimizer) : Assembly