aboutsummaryrefslogtreecommitdiff
path: root/new-luxc/source (unfollow)
Commit message (Expand)AuthorFilesLines
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
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 Julian5-59/+67
2018-08-11Fixed various JVM translation tests.Eduardo Julian3-304/+234
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
2018-08-08- Re-defined the relationship between analysis and evaluation.Eduardo Julian1-21/+22
2018-08-08Small fixes.Eduardo Julian1-1/+1
2018-08-04Made some adjustments to fit stdlib's compiler infrastructure to new-luxc.Eduardo Julian2-39/+71
2018-08-03Moved default compiler process to stdlib (with caching temporarily disabled).Eduardo Julian2-280/+2
2018-08-02Moved statement-state initialization o "lux/compiler/default/init".Eduardo Julian1-0/+18
2018-08-02Moved statement phase into stdlib.Eduardo Julian2-228/+1
2018-07-31Now implementing box functionality in stdlib instead of the compiler.Eduardo Julian7-166/+0
2018-07-31Now implementing array functionality in stdlib instead of the compiler.Eduardo Julian9-301/+0
2018-07-31Now implementing process functionality in stdlib instead of the compiler.Eduardo Julian15-442/+6
2018-07-31Now implementing atom functionality in stdlib instead of the compiler.Eduardo Julian16-295/+6
2018-07-30Now implementing math functionality in stdlib instead of the compiler.Eduardo Julian10-378/+0
2018-07-30Updating new-luxc to latest Lux changes [Part 1].Eduardo Julian3-12/+26
2018-07-30Updating new-luxc to latest Lux changes [Part 0].Eduardo Julian1-10/+9
2018-07-29Adapted new-luxc to some of the latest changes to Lux.Eduardo Julian13-243/+214