aboutsummaryrefslogtreecommitdiff
path: root/new-luxc (unfollow)
Commit message (Expand)AuthorFilesLines
2019-05-28Both the old JVM interop and the new JVM interop use the same syntax for arra...Eduardo Julian4-10/+10
2019-05-28Implemented machinery for "lux syntax char case!".Eduardo Julian3-102/+172
2019-05-21WIP: Separate Scheme compiler.Eduardo Julian4-417/+1
2019-05-18Moved some of the reflection machinery to its own modules.Eduardo Julian1-1/+1
2019-05-17Forgot to actually compile the methods. Now doing so.Eduardo Julian2-37/+56
2019-05-17Refactored boxes and reflections.Eduardo Julian1-71/+73
2019-05-16Some type casting/coercion automation.Eduardo Julian1-72/+72
2019-05-16Yet more fiddling with types for JVM interop.Eduardo Julian2-158/+166
2019-05-13More fiddling with types for JVM interop.Eduardo Julian1-111/+114
2019-05-12Adjusted the analysis to the changes in the interop layer.Eduardo Julian1-1/+1
2019-05-10Grounded some of the machinery used in analysis and generation on the types i...Eduardo Julian1-21/+66
2019-05-09WIP: Anonymous classes analysis & generation.Eduardo Julian1-27/+231
2019-05-01Changed how the pattern-matching stack is built, in the hopes of optimizing p...Eduardo Julian1-4/+4
2019-05-01Now inlining the pattern-matching POP and PEEK operations.Eduardo Julian2-27/+11
2019-05-01Forgot to remove the "eval" module.Eduardo Julian1-166/+0
2019-05-01The Common Lisp compiler is alive.Eduardo Julian14-1827/+0
2019-04-28Turned all "lux int ???" extensions to "lux i64 ???".Eduardo Julian1-31/+25
2019-04-28Turned all "lux frac ???" extensions to "lux f64 ???".Eduardo Julian1-7/+7
2019-04-28Specialized array machinery for primitive arrays.Eduardo Julian1-58/+116
2019-04-27Moved JVM type machinery to stdlib.Eduardo Julian14-414/+245
2019-04-27Ported tests for type analysis.Eduardo Julian1-93/+0
2019-04-26Refactored the spec a bit better.Eduardo Julian1-56/+4
2019-04-26Ported common extensions tests.Eduardo Julian3-474/+3
2019-04-26- Ported pattern-matching tests.Eduardo Julian3-460/+7
2019-04-26Ported reference tests.Eduardo Julian3-124/+20
2019-04-26WIP: Turning compiler tests into a re-usable specification.Eduardo Julian6-217/+66
2019-04-24WIP: PHP compiler.Eduardo Julian19-2049/+17
2019-04-18Improvements and fixes for JVM extensions.Eduardo Julian1-91/+75
2019-04-17Fixed a bug when generating method calls.Eduardo Julian2-16/+40
2019-04-17- Re-named the "lux convert ..." extensions to "lux conversion ...".Eduardo Julian1-76/+92
2019-04-16Now using generation for host extensions.Eduardo Julian1-11/+18
2019-04-16Made some new-luxc modules "old".Eduardo Julian12-835/+774
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