Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Nested the compiler and the interpreter under the lux/platform/* path. | Eduardo Julian | 2018-10-29 | 1 | -115/+0 |
| | |||||
* | - Added timing functionality to measure performance. | Eduardo Julian | 2018-08-20 | 1 | -0/+19 |
| | | | - Measuring performance of different parts of the compilation process. | ||||
* | - Fixes for eval. | Eduardo Julian | 2018-08-09 | 1 | -1/+7 |
| | | | - Macro-expansion during analysis. | ||||
* | - Re-defined the relationship between analysis and evaluation. | Eduardo Julian | 2018-08-08 | 1 | -4/+6 |
| | | | - Fixed some bugs. | ||||
* | Moved statement phase into stdlib. | Eduardo Julian | 2018-08-02 | 1 | -0/+16 |
| | |||||
* | Cleared out "lux/compiler/default" module off its contents to re-use the ↵ | Eduardo Julian | 2018-08-02 | 1 | -0/+3 |
| | | | | space for something else. | ||||
* | - Re-named "Compiler" to "Phase". | Eduardo Julian | 2018-07-21 | 1 | -0/+69 |
- Re-structured the compiler infrastructure. |