meta-programming language for binary format specification
Go to file
falsycat e34d4ca1a8 Adds conditional switching feature. 2020-12-26 00:00:00 +00:00
.gitignore Creates new project. 2020-12-20 00:00:00 +00:00
CMakeLists.txt Adds lexer and parser. 2020-12-20 00:00:00 +00:00
LICENSE Creates new project. 2020-12-20 00:00:00 +00:00
TODO.TXT Adds conditional switching feature. 2020-12-26 00:00:00 +00:00
biner.l Adds conditional switching feature. 2020-12-26 00:00:00 +00:00
biner.y Adds conditional switching feature. 2020-12-26 00:00:00 +00:00
main.c Adds conditional switching feature. 2020-12-26 00:00:00 +00:00
tree.c Allows parser to resolve struct member types. 2020-12-22 00:00:00 +00:00
tree.h Adds conditional switching feature. 2020-12-26 00:00:00 +00:00
zone.h Adds lexer and parser. 2020-12-20 00:00:00 +00:00