aboutsummaryrefslogtreecommitdiff
path: root/ell.c
Commit message (Collapse)AuthorAgeFilesLines
...
* Add arithmeticsPřemysl Janouch2017-05-211-1/+49
|
* Add "system"Přemysl Janouch2017-05-211-1/+28
|
* Move native functions into the contextPřemysl Janouch2017-05-211-72/+55
|
* Add "break" for breaking out of loopsPřemysl Janouch2017-05-211-4/+25
|
* set() can unset nowPřemysl Janouch2017-05-211-21/+27
| | | | Fixing two bugs with this commit.
* Fix memory leak on evaluation errorPřemysl Janouch2017-05-211-0/+3
|
* Fix missing argument valuesPřemysl Janouch2017-05-211-7/+8
|
* Fix invalid memory access in debug codePřemysl Janouch2017-05-211-6/+5
|
* Fix for, map, filterPřemysl Janouch2017-05-211-22/+29
|
* Make ; a synonym for a newlinePřemysl Janouch2017-05-211-3/+3
|
* Slightly fix fn_concatenate()Přemysl Janouch2017-05-211-2/+2
|
* Implement if, for, map, filterPřemysl Janouch2017-05-211-33/+159
|
* Do away with POSIXPřemysl Janouch2017-05-211-12/+6
|
* Decided: () is our nil/undefPřemysl Janouch2017-05-211-2/+4
|
* General cleanupPřemysl Janouch2017-05-211-107/+86
| | | | Memory allocation errors seem to be handled now.
* General cleanupPřemysl Janouch2017-05-211-34/+22
| | | | With the exception of memory handling, ell looks pretty fine now.
* Rethink the parse() functionPřemysl Janouch2017-05-211-30/+27
| | | | Now the parser should handle memory allocation failures properly.
* Add allocation error handling to the parserPřemysl Janouch2017-05-211-40/+56
|
* Mark memory allocation issues in the parserPřemysl Janouch2017-05-211-6/+10
|
* Parsing should not create a new listPřemysl Janouch2017-05-211-4/+4
| | | | The resulting program is already a sequence.
* Get rid of lexer_error()Přemysl Janouch2017-05-211-21/+15
|
* Move memory allocation out of the lexerPřemysl Janouch2017-05-211-30/+41
| | | | Mostly.
* FormattingPřemysl Janouch2017-05-211-15/+3
|
* Load scripts from filesPřemysl Janouch2017-05-211-29/+40
| | | | And various fixes.
* Various cleanupPřemysl Janouch2017-05-211-52/+73
|
* Various mostly safety fixesPřemysl Janouch2017-05-211-24/+34
|
* Hello world worksPřemysl Janouch2017-05-211-74/+174
|
* Improve robustnessPřemysl Janouch2017-05-211-3/+3
|
* 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.