aboutsummaryrefslogtreecommitdiff
path: root/documentation/bookmark (unfollow)
Commit message (Expand)AuthorFilesLines
2022-01-22Fixes for the pure-Lux JVM compiler machinery. [Part 10]Eduardo Julian2-0/+2
2022-01-19Fixes for the pure-Lux JVM compiler machinery. [Part 9]Eduardo Julian2-0/+5
2022-01-19Cleaner test reporting.Eduardo Julian1-0/+5
2022-01-19Fixes for the pure-Lux JVM compiler machinery. [Part 8]Eduardo Julian1-0/+4
2022-01-18Full implementation of console for Node.js.Eduardo Julian1-0/+4
2022-01-18Fixes for the pure-Lux JVM compiler machinery. [Part 7]Eduardo Julian2-0/+8
2022-01-15Fixed a logging/reporting issue for Lux/JS.Eduardo Julian2-0/+8
2022-01-13Fixes for the pure-Lux JVM compiler machinery. [Part 6]Eduardo Julian2-0/+8
2022-01-11Fixed a bug that broke re-compilation of STDLIB tests in Lua.Eduardo Julian2-0/+2
2022-01-10Fixes for the pure-Lux JVM compiler machinery. [Part 5]Eduardo Julian3-0/+6
2022-01-09Fixed a bug when testing extensions on the JVM compiler.Eduardo Julian1-0/+4
2022-01-06Fixes for the pure-Lux JVM compiler machinery. [Part 2]Eduardo Julian18-146/+205
2021-12-31Fixes for the pure-Lux JVM compiler machinery.Eduardo Julian10-4/+40
2021-12-25Dusting off the pure-Lux JVM compiler machinery. [Part 2]Eduardo Julian5-9/+24
2021-12-24Dusting off the pure-Lux JVM compiler machinery.Eduardo Julian33-984/+1088
2021-11-29Ruby compilation that is better adjusted to both normal Ruby and MRuby.Eduardo Julian6-38/+50
2021-11-19Added tree-shaking to the compiler.Eduardo Julian3-0/+6
2021-11-08Added the carriage return for better Windows compatibility.Eduardo Julian2-0/+8
2021-11-08Sharing the same Function class between bootsrapper and JVM compiler.Eduardo Julian8-0/+14
2021-10-30Fixed some conversion/wrapping issues affecting extensions in the Ruby compiler.Eduardo Julian1-0/+1
2021-10-22FIXED analysis extensions got reset and new ones would be unavailable.Eduardo Julian15-1/+49
2021-10-09Fixed packaging issue.Eduardo Julian11-1/+25
2021-10-01Commercial licensing option for Lux + release versions for sub-projects.Eduardo Julian9-2/+7
2021-09-19Added STDLIB documentation for the different target platforms.Eduardo Julian4-0/+16
2021-09-12Made the "#" character great again!Eduardo Julian1-0/+4
2021-09-10Migrated variants to the new syntax.Eduardo Julian1-0/+1
2021-09-05Clearing the local scope during eval analysis to avoid accidentally seeing va...Eduardo Julian1-0/+1
2021-09-05Handled formatting issues in documentation.Eduardo Julian1-0/+4
2021-09-01Updates to the JS compiler.Eduardo Julian1-0/+1
2021-08-27Updates to the Ruby compiler.Eduardo Julian1-0/+4
2021-08-25Updates to the Lua compiler.Eduardo Julian2-12/+13
2021-08-23The Python compiler can now be compiled by the new JVM compiler.Eduardo Julian4-0/+16
2021-08-21Can now produce arbitrary code fragments statically by evaluating arbitrary e...Eduardo Julian2-0/+8
2021-08-19Enabled compile-time code evaluation (i.e. "eval" function).Eduardo Julian14-4/+43
2021-08-18Some bug fixes.Eduardo Julian3-0/+14
2021-08-16Made extension-definition macros specify their bindings the same way as syntax:.Eduardo Julian1-0/+5
2021-08-13Made program: specify its bindings the same way as syntax:.Eduardo Julian4-11/+20
2021-08-11Relocated maybe and lazy from data to control.Eduardo Julian3-4/+16
2021-08-08No more #export magic syntax.Eduardo Julian3-0/+12
2021-08-07Made the be/de macros for (co)monadic expression extensible.Eduardo Julian12-0/+43
2021-08-01Even more renamings.Eduardo Julian5-0/+16
2021-07-29Switched from the "from to" convention to the "minimum additional" convention.Eduardo Julian4-0/+16
2021-07-28Re-named List's tags: Nil => End && Cons => ItemEduardo Julian3-2/+11
2021-07-26Re-named Promise to Async.Eduardo Julian5-8/+14
2021-07-24Now packaging JVM programs as "fat" jars in new JVM compiler.Eduardo Julian7-0/+17
2021-07-22New JVM compiler can now compile JVM classes.Eduardo Julian2-0/+8
2021-07-19Made the default JS file-system promise-based so it works well on Node.Eduardo Julian1-0/+1
2021-07-17Now allowing compilers to generate custom-named outputs.Eduardo Julian32-0/+121
2021-07-16Fixed some inconsistent naming.Eduardo Julian2-0/+2
2021-07-15Re-named "spec" hierarchy to "specification".Eduardo Julian19-1/+64