aboutsummaryrefslogtreecommitdiff
path: root/new-luxc/source (unfollow)
Commit message (Expand)AuthorFilesLines
2019-05-01The Common Lisp compiler is alive.Eduardo Julian13-1825/+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-26Refactored the spec a bit better.Eduardo Julian1-56/+4
2019-04-26Ported common extensions tests.Eduardo Julian1-2/+3
2019-04-26- Ported pattern-matching tests.Eduardo Julian1-4/+7
2019-04-26Ported reference tests.Eduardo Julian1-10/+20
2019-04-26WIP: Turning compiler tests into a re-usable specification.Eduardo Julian3-6/+65
2019-04-24WIP: PHP compiler.Eduardo Julian18-2046/+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 Julian14-1827/+0
2019-04-09WIP: Ruby compiler.Eduardo Julian2-319/+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-30Re-named "do-template" to "template".Eduardo Julian47-129/+129
2019-03-26Got the Python compiler running.Eduardo Julian3-408/+0
2019-03-26WIP: Moved Python code-generation machinery over to stdlib.Eduardo Julian11-1716/+0
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 Julian17-157/+166
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-04Excised the Renjin R interpreter, to avoid licensing complications.Eduardo Julian2-158/+1
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