aboutsummaryrefslogtreecommitdiff
path: root/stdlib/source/lux/platform/interpreter.lux (unfollow)
Commit message (Expand)AuthorFilesLines
2019-02-04Changed the naming style for structures.Eduardo Julian1-6/+6
2018-12-15Re-named the "Error" tag to "Failure".Eduardo Julian1-3/+3
2018-10-29Extracted "phase" from under "lux/platform/compiler/default".Eduardo Julian1-10/+10
2018-10-29Nested the compiler and the interpreter under the lux/platform/* path.Eduardo Julian1-0/+0
2018-10-27Some refactoring.Eduardo Julian1-13/+16
2018-08-23Optimized character extraction by not having to query the length of the sourc...Eduardo Julian1-2/+3
2018-08-23Added record parsing.Eduardo Julian1-1/+1
2018-08-23No more escaping of new-line.Eduardo Julian1-6/+6
2018-08-23No more escaping of double-quotes.Eduardo Julian1-1/+1
2018-08-22Full parsing of names (for both identifiers and tags).Eduardo Julian1-1/+1
2018-08-15Fixes for pattern-matching and macro-expansions.Eduardo Julian1-1/+1
2018-08-11Moved interpreter (REPL) code to stdlib.Eduardo Julian1-0/+217