Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2018-08-03 | Moved default compiler process to stdlib (with caching temporarily disabled). | Eduardo Julian | 1 | -278/+0 | |
2018-07-22 | - Some fixes due to recent changes in stdlib. | Eduardo Julian | 1 | -4/+4 | |
- Removed some (now) useless modules. | |||||
2018-07-21 | Re-named "Symbol" to "Identifier". | Eduardo Julian | 1 | -1/+1 | |
2018-07-03 | - Re-named "import" to "import:". | Eduardo Julian | 1 | -1/+1 | |
2018-07-03 | - Re-named ":!" to ":coerce". | Eduardo Julian | 1 | -3/+3 | |
2018-05-20 | - Re-named "Top" to "Any", and "Bottom" to "Nothing". | Eduardo Julian | 1 | -3/+3 | |
- Removed some modules that should have been deleted before. | |||||
2018-05-16 | - Migrated reference analysis to stdlib. | Eduardo Julian | 1 | -2/+1 | |
2018-05-10 | - Adjusted new-luxc to latest changes. | Eduardo Julian | 1 | -2/+2 | |
2018-05-10 | - Re-named "Compiler" type to "Lux". | Eduardo Julian | 1 | -4/+4 | |
2018-05-06 | - Updated new-luxc to the latest stdlib changes. | Eduardo Julian | 1 | -3/+3 | |
2018-04-06 | - Adapted new-luxc's code to latest stdlib changes. | Eduardo Julian | 1 | -7/+12 | |
2018-02-06 | - Fixed some failing new-luxc tests. | Eduardo Julian | 1 | -40/+24 | |
- Re-designed the way casting is done for JVM interop. - Now always adding extensions when initializing compiler. | |||||
2018-01-28 | - Got JS backend to build with the rest of the new-luxc code. | Eduardo Julian | 1 | -50/+95 | |
2018-01-08 | - Re-factored initialization functions to their own module. | Eduardo Julian | 1 | -33/+3 | |
2018-01-08 | - Moved all translation code under the JVM path (in preparation for porting ↵ | Eduardo Julian | 1 | -8/+7 | |
the JS back-end). | |||||
2018-01-08 | - Now using synthesis extensions during synthesis. | Eduardo Julian | 1 | -3/+5 | |
2017-12-13 | - Added CLI machinery to compiler. | Eduardo Julian | 1 | -7/+8 | |
- Added extensions to the REPL. | |||||
2017-12-05 | - WIP: Caching. | Eduardo Julian | 1 | -21/+29 | |
2017-12-05 | - Added analysis, synthesis, translation and statement extensions. | Eduardo Julian | 1 | -91/+73 | |
- No longer doing ad-hoc I/O in new-luxc. - Minor fixes and adjustments. | |||||
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 | |