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

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

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