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