symbol-table topic
List
symbol-table repositories
trafficstars
c-compiler
21
Stars
3
Forks
Watchers
:hamburger: A subset of C Compiler[Lexical Analyzer, Syntax Analyzer, Semantic Analyzer & Intermediate Code Generator] , DAG & TAC implemented in C++ using Flex and Yacc-Bison as an assignment of ses...
Compiler-CSE-310-BUET
25
Stars
1
Forks
Watchers
A very simple subset of C Compiler(Lexical Analyzer, Syntax Analyzer, Semantic Analyzer & Intermediate Code Generator) implemented in C++ using Flex and Yacc-Bison as an assignment of sessional course...
Mod-ELF-Symbol
34
Stars
3
Forks
Watchers
replace or modify symbol names in elf object files (relocatable and executable)
Mini-Compiler
24
Stars
14
Forks
Watchers
C++ Mini Compiler using tools Lex and Yacc