A custom programming language for video games
Tom Tsagk b68558d033 organised expressions to use the ast table, organised code, added support for struct's members as identifiers | hace 6 años | |
---|---|---|
example | hace 6 años | |
headers | hace 6 años | |
src | hace 6 años | |
.gitignore | hace 6 años | |
README.md | hace 6 años | |
makefile | hace 6 años |
a programming language for video games (under development)
just in case you want to try it out, execute:
make
./dd_lang < examples/example.src
dependencies on lex
and yacc