aboutsummaryrefslogtreecommitdiff
path: root/ell.c
Commit message (Collapse)AuthorAgeFilesLines
* Split native functions from non-nativePřemysl Janouch2017-05-211-99/+111
|
* Implement debug print of parsed programPřemysl Janouch2017-05-211-25/+46
|
* Write the parserPřemysl Janouch2017-05-211-27/+199
| | | | Came out much simpler than what it used to parse originally.
* Make sure the lexer worksPřemysl Janouch2017-05-211-21/+36
|
* Make it compilePřemysl Janouch2017-05-211-42/+16
|
* Get rid of the "script" parserPřemysl Janouch2017-05-211-259/+38
| | | | Since it is largely incompatible with what we're doing.
* Make this look like a projectPřemysl Janouch2017-05-211-0/+19
|
* Initial commitPřemysl Janouch2017-05-211-0/+913
Nothing is working.