Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Moved default compiler process to stdlib (with caching temporarily disabled). | Eduardo Julian | 2018-08-03 | 1 | -278/+0 |
| | |||||
* | - Some fixes due to recent changes in stdlib. | Eduardo Julian | 2018-07-22 | 1 | -4/+4 |
| | | | - Removed some (now) useless modules. | ||||
* | Re-named "Symbol" to "Identifier". | Eduardo Julian | 2018-07-21 | 1 | -1/+1 |
| | |||||
* | - Re-named "import" to "import:". | Eduardo Julian | 2018-07-03 | 1 | -1/+1 |
| | |||||
* | - Re-named ":!" to ":coerce". | Eduardo Julian | 2018-07-03 | 1 | -3/+3 |
| | |||||
* | - Re-named "Top" to "Any", and "Bottom" to "Nothing". | Eduardo Julian | 2018-05-20 | 1 | -3/+3 |
| | | | - Removed some modules that should have been deleted before. | ||||
* | - Migrated reference analysis to stdlib. | Eduardo Julian | 2018-05-16 | 1 | -2/+1 |
| | |||||
* | - Adjusted new-luxc to latest changes. | Eduardo Julian | 2018-05-10 | 1 | -2/+2 |
| | |||||
* | - Re-named "Compiler" type to "Lux". | Eduardo Julian | 2018-05-10 | 1 | -4/+4 |
| | |||||
* | - Updated new-luxc to the latest stdlib changes. | Eduardo Julian | 2018-05-06 | 1 | -3/+3 |
| | |||||
* | - Adapted new-luxc's code to latest stdlib changes. | Eduardo Julian | 2018-04-06 | 1 | -7/+12 |
| | |||||
* | - Fixed some failing new-luxc tests. | Eduardo Julian | 2018-02-06 | 1 | -40/+24 |
| | | | | - Re-designed the way casting is done for JVM interop. - Now always adding extensions when initializing compiler. | ||||
* | - Got JS backend to build with the rest of the new-luxc code. | Eduardo Julian | 2018-01-28 | 1 | -50/+95 |
| | |||||
* | - Re-factored initialization functions to their own module. | Eduardo Julian | 2018-01-08 | 1 | -33/+3 |
| | |||||
* | - Moved all translation code under the JVM path (in preparation for porting ↵ | Eduardo Julian | 2018-01-08 | 1 | -8/+7 |
| | | | | the JS back-end). | ||||
* | - Now using synthesis extensions during synthesis. | Eduardo Julian | 2018-01-08 | 1 | -3/+5 |
| | |||||
* | - Added CLI machinery to compiler. | Eduardo Julian | 2017-12-13 | 1 | -7/+8 |
| | | | - Added extensions to the REPL. | ||||
* | - WIP: Caching. | Eduardo Julian | 2017-12-05 | 1 | -21/+29 |
| | |||||
* | - Added analysis, synthesis, translation and statement extensions. | Eduardo Julian | 2017-12-05 | 1 | -91/+73 |
| | | | | - No longer doing ad-hoc I/O in new-luxc. - Minor fixes and adjustments. | ||||
* | - Improved statement-level macro-expansion. | Eduardo Julian | 2017-12-03 | 1 | -31/+34 |
| | |||||
* | - Adjusted new-luxc to new macro-templating syntax. | Eduardo Julian | 2017-12-02 | 1 | -1/+1 |
| | |||||
* | - Adapted main codebase to the latest syntatic changes. | Eduardo Julian | 2017-11-29 | 1 | -134/+134 |
| | |||||
* | - Added REPL. | Eduardo Julian | 2017-11-23 | 1 | -3/+3 |
| | |||||
* | - Fixed some bugs. | Eduardo Julian | 2017-11-22 | 1 | -1/+2 |
| | | | | - Some refactoring. - Added some alternative snippets of code that new-luxc can handle better. | ||||
* | - Fixed some bugs. | Eduardo Julian | 2017-11-21 | 1 | -35/+57 |
| | | | - Some small refactoring. | ||||
* | - Added parallel compilation. | Eduardo Julian | 2017-11-20 | 1 | -59/+101 |
| | | | | | - Added aliasing. - Several bug fixes. - Some minor refactoring. | ||||
* | - Moved "luxc/lang/host/macro" to "luxc/lang/macro". | Eduardo Julian | 2017-11-15 | 1 | -3/+3 |
| | |||||
* | - Re-named "lux/meta" to to "lux/macro". | Eduardo Julian | 2017-11-15 | 1 | -25/+25 |
| | |||||
* | - Moved "/type" and "/type/check" from "lux/meta" to "lux/lang". | Eduardo Julian | 2017-11-15 | 1 | -2/+2 |
| | |||||
* | - Moved "luxc/lang/syntax" to "lux/lang/syntax". | Eduardo Julian | 2017-11-15 | 1 | -6/+6 |
| | | | - Minor refactoring. | ||||
* | - Moved type-cleaning to lux/meta/type/check. | Eduardo Julian | 2017-11-15 | 1 | -38/+1 |
| | |||||
* | - Heavy refactoring. | Eduardo Julian | 2017-11-15 | 1 | -23/+19 |
| | |||||
* | - Modified the syntax for module definitions. | Eduardo Julian | 2017-11-14 | 1 | -12/+30 |
| | | | - Fixed some bugs. | ||||
* | - Removed "lux text last-index" procedure. | Eduardo Julian | 2017-11-14 | 1 | -4/+4 |
| | | | | | - Removed "lux text trim" procedure. - Modified "lux text clip" procedure. - Some bug fixes. | ||||
* | - Yet more refactoring. | Eduardo Julian | 2017-11-14 | 1 | -0/+40 |
| | |||||
* | - Refactoring. | Eduardo Julian | 2017-11-13 | 1 | -1/+2 |
| | | | | - Now giving type checking/inference a higher priority. - Better error messages. | ||||
* | - Type-vars no longer get deleted. | Eduardo Julian | 2017-11-13 | 1 | -17/+18 |
| | | | - Fixed some bugs. | ||||
* | - Fixed some bugs. | Eduardo Julian | 2017-11-06 | 1 | -18/+19 |
| | |||||
* | - Minor refactorings. | Eduardo Julian | 2017-11-01 | 1 | -22/+38 |
| | | | | - Fixed some bugs. - Enabled macro-expansion for statements. | ||||
* | - Re-organized code-generation, and re-named it "translation". | Eduardo Julian | 2017-11-01 | 1 | -0/+179 |