aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
Commit message (Expand)AuthorAgeFilesLines
* Add viz for symbol tablesBad Diode2022-04-191-0/+3
* Add cmd options for viz of different compile stagesBad Diode2022-04-181-2/+8
* Add initial implementation of AST vizualizationBad Diode2022-04-081-0/+3
* Add new syntax to lexer and prepare refactorBad Diode2022-02-011-5/+1
* Fix warnings on macosBad Diode2021-12-231-1/+1
* Start refactoring of compiler to stack-irBad Diode2021-12-221-5/+2
* Fix stack on procedure call returnBad Diode2021-11-151-1/+4
* Add x86_64 compilation for arithmetic expressionsv0.10Bad Diode2021-11-011-0/+6
* Change permissions for text files to 644Bad Diode2021-10-311-0/+0
* Prepare third compiler implementationBad Diode2021-10-291-8/+5
* Fix bug with logic operationsBad Diode2021-10-281-1/+1
* Fix difference between lambda and named func callsBad Diode2021-10-281-3/+3
* Prepare for closure captureBad Diode2021-10-281-1/+3
* Prepare skeleton for bytecode interpreterBad Diode2021-10-221-1/+1
* Fix heap corruption bug due to bad initializationBad Diode2021-10-171-3/+3
* Add supress-errors primitive and variable testsBad Diode2021-10-131-0/+1
* Add type introspection functions and testsBad Diode2021-10-101-0/+1
* Add list manipulation primitivesBad Diode2021-10-101-0/+1
* Add boolean primitives and more (better) testsBad Diode2021-10-101-3/+4
* Add some boolean proceduresBad Diode2021-10-091-1/+1
* Add initial testsBad Diode2021-10-091-0/+3
* Add proc_display and fix some bugsBad Diode2021-10-091-1/+1
* Change makefile to run REPL by defaultBad Diode2021-10-091-1/+1
* Add support for file interpretaion or replBad Diode2021-10-091-1/+1
* Add initial tokenizerBad Diode2021-10-081-2/+2
* Initial commit w/ small readline echo functionBad Diode2021-10-081-0/+51