aboutsummaryrefslogtreecommitdiffstats
path: root/src/semantic.c
Commit message (Expand)AuthorAgeFilesLines
* Add LDVAR to compilation and vmBad Diode11 days1-0/+25
* Add initial implementation of variable compilationBad Diode11 days1-2/+7
* Split compiler/vm filesBad Diode11 days1-0/+4
* Add bytecode compilation for strings and booleansBad Diode11 days1-451/+1141
* Add more error types for different pipeline stagesBad Diode2022-04-251-14/+16
* Add some TODOsBad Diode2022-04-221-0/+7
* Make distinction between sym parameter and variablesBad Diode2022-04-191-1/+3
* Fix semantic analysis bug in block scoped functionsBad Diode2022-04-191-1/+3
* Add viz for symbol tablesBad Diode2022-04-191-20/+24
* Move semantic analysis to separate fileBad Diode2022-04-181-0/+527