Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2018-07-03 | - Re-named "import" to "import:". | Eduardo Julian | 1 | -3/+3 | |
2018-07-03 | - Re-named ":!" to ":coerce". | Eduardo Julian | 1 | -5/+5 | |
2018-05-10 | - Re-named "Compiler" type to "Lux". | Eduardo Julian | 1 | -1/+1 | |
2018-04-06 | - Adapted new-luxc's code to latest stdlib changes. | Eduardo Julian | 1 | -1/+1 | |
2018-01-08 | - Moved all translation code under the JVM path (in preparation for porting ↵ | Eduardo Julian | 1 | -1/+1 | |
the JS back-end). | |||||
2017-11-29 | - Adapted main codebase to the latest syntatic changes. | Eduardo Julian | 1 | -22/+20 | |
2017-11-15 | - Moved "luxc/lang/host/macro" to "luxc/lang/macro". | Eduardo Julian | 1 | -3/+3 | |
2017-11-15 | - Re-named "lux/meta" to to "lux/macro". | Eduardo Julian | 1 | -2/+2 | |
2017-11-15 | - Heavy refactoring. | Eduardo Julian | 1 | -3/+3 | |
2017-11-01 | - Minor refactorings. | Eduardo Julian | 1 | -0/+37 | |
- Fixed some bugs. - Enabled macro-expansion for statements. |