symbol-table topic

List symbol-table repositories

lst2x64dbg

106
Stars
13
Forks
Watchers

Extract labels from IDA, Ghidra, Binary Ninja, and Relyze files and export x64dbg database. Including radare2 main address.

compiler

167
Stars
42
Forks
Watchers

Implementing a complete Compiler for a simple C-like language using the C-tools Flex and Bison

c-compiler

102
Stars
31
Forks
Watchers

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.

pascal-interpreter

33
Stars
1
Forks
Watchers

A simple interpreter for a large subset of Pascal language written for educational purposes

intaglio

25
Stars
1
Forks
Watchers

🗃 UTF-8 string, byte string, and C string interner

huffman

28
Stars
4
Forks
Watchers

Huffman coding implementation in Go (Huffman tree, Symbol table, Huffman Reader + Writer).

cs-algorithms

33
Stars
8
Forks
Watchers

Package cs-algorithms provides C# implementation of algorithms for data structures and manipulation, as well as graph and string processing

Nand2Tetris

32
Stars
13
Forks
Watchers

Nand2Tetris: Build a computer system from the ground up, from nand to tetris. Hardware and software.