symbol-table
There are 107 repositories under symbol-table topic.
drifter1/compiler
Implementing a complete Compiler for a simple C-like language using the C-tools Flex and Bison
zertovitch/hac
HAC Ada Compiler - a small, quick Ada compiler fully in Ada
AnjaneyaTripathi/c-compiler
A compiler that accepts any valid program written in C. It is made using Lex and Yacc. Returns a symbol table, parse tree, annotated syntax tree and intermediate code.
utkonos/lst2x64dbg
Extract labels from IDA, Ghidra, Binary Ninja, and Relyze files and export x64dbg database. Including radare2 main address.
j-h-k/Mod-ELF-Symbol
replace or modify symbol names in elf object files (relocatable and executable)
ghaiklor/pascal-interpreter
A simple interpreter for a large subset of Pascal language written for educational purposes
VanTamNguyen/Nand2Tetris
Nand2Tetris: Build a computer system from the ground up, from nand to tetris. Hardware and software.
cschen1205/cs-algorithms
Package cs-algorithms provides C# implementation of algorithms for data structures and manipulation, as well as graph and string processing
icza/huffman
Huffman coding implementation in Go (Huffman tree, Symbol table, Huffman Reader + Writer).
artichoke/intaglio
🗃 UTF-8 string, byte string, and C string interner
Subangkar/Compiler-CSE-310-BUET
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 CSE 310 in undergraduate studies in CSE, BUET
SandyaSivakumar/Mini-Compiler
C++ Mini Compiler using tools Lex and Yacc
JayakrishnaThota/Algorithms-and-Data-Structures
My Solutions to basic Algorithms and Data Structures
Yeaseen/c-compiler
: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 sessional course CSE310 in undergradute studies in CSE, BUET
calebzulawski/symbol-slasher
Obfuscate shared objects by hashing symbol names
junjiemars/nore
No More than a C build system for clang, gcc and msvc
csrohit/stm32f1-baremetal
Program STM32 Arm Cortex M3 micro-controller using bare metal embedded c
lijqhs/algorithms-notes
Notes of Algorithms Learning
m-zakeri/OpenUnderstand
An open-source implementation of Understand Python API
urld/fatdeps
show the size of your golang package dependencies
MORECATS/SFSymbolsPreview
SF Symbols iOS App
ashishch164/Mini-Python-Compiler
This is our Compiler Design project for 6th semester.
Gaurang18/Compiler-Project-BITS-Pilani
Compiler Project BITS Pilani
khaledsabry97/Compiler_C
Written a C compiler to run c code using flex and bison tool, add also a semantic analyzer, Quadraple language generation and symbol table.
vetux/qcalculator
Accurate, Fast and Extensible Calculator Application for Windows and Linux
vimaltiwari2612/JavaCodeParserAndUMLCreator
Simple Parser which uses Compiler design concepts. Lexical analysis, symbol table formation, parse the code using symbol table. This code works for any OOP based Code. It can be made for other languages too using the same concepts. Create UML diagrams with class code. Convert your code into UML direclty using this tool. It can convert any OOP based code into UML.
dimashky/compiler
C# Compiler, DU university project.
roger21gm/GOS
GOS (Girona Optimization System) is a tool for modeling and solving CSPs using SAT.
zarif98sjs/CSE-310-Compiler
CSE-310 Compiler Sessional
g31pranjal/erplag-compiler
a toy compiler for a C-like language, i.e. ERPLAG, that includes various modules of processing HLL and generating an equivalent NASM code.
sanskritip/mini-golang-compiler
This is a Mini Compiler for the GoLang Language implemented using Lex and Yacc, along with C and C++. 👩💻
VittalAB/Linker-Loader-Algo-Implementation
Implementation of Linking Loader Algorithm using CPP.
kasselouris/Compiler
Implementation of a compiler for Minimal++
masum035/Compiler-Design
This Repo Contains Compiler Related Codes Using Flex, Bison, C++
Shukti042/Compiler
C compiler