aboutsummaryrefslogtreecommitdiff
path: root/new-luxc (unfollow)
Commit message (Expand)AuthorFilesLines
2019-04-12Improvements and fixes to "tuple//left" and "tuple//right".Eduardo Julian2-42/+41
2019-04-11WIP: Lua compiler.Eduardo Julian15-1831/+0
2019-04-09WIP: Ruby compiler.Eduardo Julian3-321/+0
2019-04-08Moved Ruby back-end code to stdlib.Eduardo Julian12-1455/+0
2019-04-07Upgraded the tuple right-access mechanism to the new style.Eduardo Julian2-40/+56
2019-04-07Updated JVM compiler's tuple left-access mechanism to the new style.Eduardo Julian3-15/+19
2019-04-07Updated the JVM compiler to the latest changes.Eduardo Julian15-205/+206
2019-04-04Updated JVM compiler.Eduardo Julian1-20/+18
2019-03-31Added Lux version to manifests.Eduardo Julian1-0/+1
2019-03-30Re-named "do-template" to "template".Eduardo Julian55-186/+342
2019-03-26Got the Python compiler running.Eduardo Julian4-410/+0
2019-03-26WIP: Moved Python code-generation machinery over to stdlib.Eduardo Julian11-1716/+0
2019-03-13No longer needing "jvm" or "js" configurations in "project.clj" files for Lux...Eduardo Julian1-2/+2
2019-03-13Replaced the digit separator in numbers from "_" to ",".Eduardo Julian5-5/+5
2019-03-05Removed old JS-compiler files.Eduardo Julian2-528/+0
2019-03-05Got the JS compiler running again.Eduardo Julian2-7/+7
2019-03-03Some refactoring around statements.Eduardo Julian3-4/+4
2019-03-03Some refactoring around synthesis.Eduardo Julian7-9/+9
2019-03-03Macros are used for analysis and statements, so they shouldn't belong to anal...Eduardo Julian1-4/+3
2019-03-03Some refactoring around analysis.Eduardo Julian2-2/+2
2019-03-03Factored-out general compiler program machinery.Eduardo Julian2-85/+39
2019-02-24Improved the names of monad transformers.Eduardo Julian2-5/+5
2019-02-24Got new-luxc to compile/build again.Eduardo Julian18-168/+180
2019-02-21Moved extension machinery over.Eduardo Julian2-524/+0
2019-02-20Removed statement machinery (has been superseded by common statement extensio...Eduardo Julian1-47/+0
2019-02-20Moved expression machinery over.Eduardo Julian1-89/+0
2019-02-20Moved function machinery over.Eduardo Julian1-77/+0
2019-02-19Moved looping machinery over.Eduardo Julian1-35/+0
2019-02-19Moved pattern-matching machinery over.Eduardo Julian1-191/+0
2019-02-13- WIP: Moved some of the JS compiler machinery over to stdlib.Eduardo Julian4-777/+0
2019-02-12Forgot to remove the JS module from new-luxc.Eduardo Julian1-113/+0
2018-12-26ClassLoader machinery.Eduardo Julian1-109/+31
2018-12-15Changed the licenses in the project.clj files.Eduardo Julian1-2/+2
2018-12-04Excised the Renjin R interpreter, to avoid licensing complications.Eduardo Julian3-175/+17
2018-10-29Extracted "phase" from under "lux/platform/compiler/default".Eduardo Julian14-53/+42
2018-10-29Nested the compiler and the interpreter under the lux/platform/* path.Eduardo Julian12-69/+81
2018-10-27Some refactoring.Eduardo Julian1-16/+37
2018-10-13Removed timing/perf-logging.Eduardo Julian1-5/+5
2018-08-29Adapted new-luxc to latest stdlib changes.Eduardo Julian6-131/+131
2018-08-23"lux text char" is now unsafe/optimized.Eduardo Julian2-16/+2
2018-08-23Optimized text clipping.Eduardo Julian2-13/+6
2018-08-20- Fixed ordering issue with Lux arithmetic extensions.Eduardo Julian1-18/+18
2018-08-16Various fixes.Eduardo Julian2-31/+31
2018-08-16Extension-related fixes.Eduardo Julian3-12/+14
2018-08-15Fixes for pattern-matching/case synthesis & translation.Eduardo Julian2-106/+49
2018-08-11- Fixed common translation tests for JVM.Eduardo Julian9-245/+268
2018-08-11Fixed various JVM translation tests.Eduardo Julian8-411/+335
2018-08-11Moved interpreter (REPL) code to stdlib.Eduardo Julian2-170/+23
2018-08-11Moved CLI machinery to stdlib.Eduardo Julian1-46/+6
2018-08-09- Fixes for eval.Eduardo Julian3-38/+3