aboutsummaryrefslogtreecommitdiff
path: root/new-luxc/source/luxc/lang/translation.lux (unfollow)
Commit message (Expand)AuthorFilesLines
2018-08-03Moved default compiler process to stdlib (with caching temporarily disabled).Eduardo Julian1-278/+0
2018-07-22- Some fixes due to recent changes in stdlib.Eduardo Julian1-4/+4
2018-07-21Re-named "Symbol" to "Identifier".Eduardo Julian1-1/+1
2018-07-03- Re-named "import" to "import:".Eduardo Julian1-1/+1
2018-07-03- Re-named ":!" to ":coerce".Eduardo Julian1-3/+3
2018-05-20- Re-named "Top" to "Any", and "Bottom" to "Nothing".Eduardo Julian1-3/+3
2018-05-16- Migrated reference analysis to stdlib.Eduardo Julian1-2/+1
2018-05-10- Adjusted new-luxc to latest changes.Eduardo Julian1-2/+2
2018-05-10- Re-named "Compiler" type to "Lux".Eduardo Julian1-4/+4
2018-05-06- Updated new-luxc to the latest stdlib changes.Eduardo Julian1-3/+3
2018-04-06- Adapted new-luxc's code to latest stdlib changes.Eduardo Julian1-7/+12
2018-02-06- Fixed some failing new-luxc tests.Eduardo Julian1-40/+24
2018-01-28- Got JS backend to build with the rest of the new-luxc code.Eduardo Julian1-50/+95
2018-01-08- Re-factored initialization functions to their own module.Eduardo Julian1-33/+3
2018-01-08- Moved all translation code under the JVM path (in preparation for porting t...Eduardo Julian1-8/+7
2018-01-08- Now using synthesis extensions during synthesis.Eduardo Julian1-3/+5
2017-12-13- Added CLI machinery to compiler.Eduardo Julian1-7/+8
2017-12-05- WIP: Caching.Eduardo Julian1-21/+29
2017-12-05- Added analysis, synthesis, translation and statement extensions.Eduardo Julian1-91/+73
2017-12-03- Improved statement-level macro-expansion.Eduardo Julian1-31/+34
2017-12-02- Adjusted new-luxc to new macro-templating syntax.Eduardo Julian1-1/+1
2017-11-29- Adapted main codebase to the latest syntatic changes.Eduardo Julian1-134/+134
2017-11-23- Added REPL.Eduardo Julian1-3/+3
2017-11-22- Fixed some bugs.Eduardo Julian1-1/+2
2017-11-21- Fixed some bugs.Eduardo Julian1-35/+57
2017-11-20- Added parallel compilation.Eduardo Julian1-59/+101
2017-11-15- Moved "luxc/lang/host/macro" to "luxc/lang/macro".Eduardo Julian1-3/+3
2017-11-15- Re-named "lux/meta" to to "lux/macro".Eduardo Julian1-25/+25
2017-11-15- Moved "/type" and "/type/check" from "lux/meta" to "lux/lang".Eduardo Julian1-2/+2
2017-11-15- Moved "luxc/lang/syntax" to "lux/lang/syntax".Eduardo Julian1-6/+6
2017-11-15- Moved type-cleaning to lux/meta/type/check.Eduardo Julian1-38/+1
2017-11-15- Heavy refactoring.Eduardo Julian1-23/+19
2017-11-14- Modified the syntax for module definitions.Eduardo Julian1-12/+30
2017-11-14- Removed "lux text last-index" procedure.Eduardo Julian1-4/+4
2017-11-14- Yet more refactoring.Eduardo Julian1-0/+40
2017-11-13- Refactoring.Eduardo Julian1-1/+2
2017-11-13- Type-vars no longer get deleted.Eduardo Julian1-17/+18
2017-11-06- Fixed some bugs.Eduardo Julian1-18/+19
2017-11-01- Minor refactorings.Eduardo Julian1-22/+38
2017-11-01- Re-organized code-generation, and re-named it "translation".Eduardo Julian1-15/+15
2017-11-01- Re-organized synthesis.Eduardo Julian1-5/+5
2017-10-31- Re-named "parser" to "syntax".Eduardo Julian1-2/+2
2017-10-31- Re-organized analysis.Eduardo Julian1-5/+5
2017-10-31- Re-named "expr" module to "expression".Eduardo Julian1-4/+4
2017-10-29- Fixed some bugs.Eduardo Julian1-27/+19
2017-10-26- Added a new piece of compiler state, just for storing the current-module.Eduardo Julian1-0/+1
2017-10-26- WIP: Wiring everything to get the compiler to work fully.Eduardo Julian1-77/+104
2017-10-18- Updated to the latest changes in stdlib.Eduardo Julian1-36/+36
2017-09-08- Re-named "jvm-import" to "import".Eduardo Julian1-2/+2
2017-06-27- Adapted compiler to the latest stdlib changes.Eduardo Julian1-4/+5