Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2017-12-03 | - Improved statement-level macro-expansion. | Eduardo Julian | 1 | -31/+34 | |
2017-12-02 | - Adjusted new-luxc to new macro-templating syntax. | Eduardo Julian | 1 | -1/+1 | |
2017-11-29 | - Adapted main codebase to the latest syntatic changes. | Eduardo Julian | 1 | -134/+134 | |
2017-11-23 | - Added REPL. | Eduardo Julian | 1 | -3/+3 | |
2017-11-22 | - Fixed some bugs. | Eduardo Julian | 1 | -1/+2 | |
- Some refactoring. - Added some alternative snippets of code that new-luxc can handle better. | |||||
2017-11-21 | - Fixed some bugs. | Eduardo Julian | 1 | -35/+57 | |
- Some small refactoring. | |||||
2017-11-20 | - Added parallel compilation. | Eduardo Julian | 1 | -59/+101 | |
- Added aliasing. - Several bug fixes. - Some minor refactoring. | |||||
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 | -25/+25 | |
2017-11-15 | - Moved "/type" and "/type/check" from "lux/meta" to "lux/lang". | Eduardo Julian | 1 | -2/+2 | |
2017-11-15 | - Moved "luxc/lang/syntax" to "lux/lang/syntax". | Eduardo Julian | 1 | -6/+6 | |
- Minor refactoring. | |||||
2017-11-15 | - Moved type-cleaning to lux/meta/type/check. | Eduardo Julian | 1 | -38/+1 | |
2017-11-15 | - Heavy refactoring. | Eduardo Julian | 1 | -23/+19 | |
2017-11-14 | - Modified the syntax for module definitions. | Eduardo Julian | 1 | -12/+30 | |
- Fixed some bugs. | |||||
2017-11-14 | - Removed "lux text last-index" procedure. | Eduardo Julian | 1 | -4/+4 | |
- Removed "lux text trim" procedure. - Modified "lux text clip" procedure. - Some bug fixes. | |||||
2017-11-14 | - Yet more refactoring. | Eduardo Julian | 1 | -0/+40 | |
2017-11-13 | - Refactoring. | Eduardo Julian | 1 | -1/+2 | |
- Now giving type checking/inference a higher priority. - Better error messages. | |||||
2017-11-13 | - Type-vars no longer get deleted. | Eduardo Julian | 1 | -17/+18 | |
- Fixed some bugs. | |||||
2017-11-06 | - Fixed some bugs. | Eduardo Julian | 1 | -18/+19 | |
2017-11-01 | - Minor refactorings. | Eduardo Julian | 1 | -22/+38 | |
- Fixed some bugs. - Enabled macro-expansion for statements. | |||||
2017-11-01 | - Re-organized code-generation, and re-named it "translation". | Eduardo Julian | 1 | -15/+15 | |
2017-11-01 | - Re-organized synthesis. | Eduardo Julian | 1 | -5/+5 | |
2017-10-31 | - Re-named "parser" to "syntax". | Eduardo Julian | 1 | -2/+2 | |
2017-10-31 | - Re-organized analysis. | Eduardo Julian | 1 | -5/+5 | |
2017-10-31 | - Re-named "expr" module to "expression". | Eduardo Julian | 1 | -4/+4 | |
2017-10-29 | - Fixed some bugs. | Eduardo Julian | 1 | -27/+19 | |
- Improved error reporting. - Implemented macro-expansion (for JVM). - Implemented "let" compilation. | |||||
2017-10-26 | - Added a new piece of compiler state, just for storing the current-module. | Eduardo Julian | 1 | -0/+1 | |
2017-10-26 | - WIP: Wiring everything to get the compiler to work fully. | Eduardo Julian | 1 | -77/+104 | |
- Fixed a bug when combining field/method/class modifiers. | |||||
2017-10-18 | - Updated to the latest changes in stdlib. | Eduardo Julian | 1 | -36/+36 | |
2017-09-08 | - Re-named "jvm-import" to "import". | Eduardo Julian | 1 | -2/+2 | |
2017-06-27 | - Adapted compiler to the latest stdlib changes. | Eduardo Julian | 1 | -4/+5 | |
2017-06-12 | - Renamed the "compilation" phase as the "generation" phase. | Eduardo Julian | 1 | -67/+3 | |
- Implemented compilation of primitives. - Implemented compilation of structures. | |||||
2017-05-17 | - Renamed "Error" to "Result". | Eduardo Julian | 1 | -20/+20 | |
2017-05-15 | WIP | Eduardo Julian | 1 | -1/+1 | |
- Simplified the Analysis type, by removing all meta-data. - Added analysis of function calls. - Added analysis of common Lux procedures. - Lots of refactoring. | |||||
2017-05-09 | - Added tests for some kinds of analysis. | Eduardo Julian | 1 | -10/+77 | |
- WIP: Porting more code. | |||||
2017-05-07 | - Renamed "AST" to "Code". | Eduardo Julian | 1 | -2/+2 | |
2017-05-04 | - Removed the "Debug" compiler mode. | Eduardo Julian | 1 | -3/+3 | |
2017-05-03 | - Removed the "S" suffix from AST tags. | Eduardo Julian | 1 | -7/+7 | |
2017-05-03 | - WIP: Implemented more functionality. | Eduardo Julian | 1 | -47/+107 | |
- Lots of refactorings. | |||||
2017-05-01 | - WIP: Some initial implementations for some re-written infrastructure. | Eduardo Julian | 1 | -0/+95 | |