aboutsummaryrefslogtreecommitdiff
path: root/stdlib/source/library/lux/tool/interpreter.lux (unfollow)
Commit message (Expand)AuthorFilesLines
2019-03-15Changed the convention for the structure opening separator from "/" to ";", t...Eduardo Julian1-2/+2
2019-03-13The "translation" phase has been re-named to "generation".Eduardo Julian1-12/+12
2019-02-12Re-named "lux/platform" to "lux/tool".Eduardo Julian1-0/+0
2019-02-11Added the special # syntax for referring to the module's alias when opening s...Eduardo Julian1-1/+1
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