aboutsummaryrefslogtreecommitdiff
path: root/documentation/bookmark (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* Fixes for the pure-Lux JVM compiler machinery. [Part 10]Eduardo Julian2022-01-222-0/+2
* Fixes for the pure-Lux JVM compiler machinery. [Part 9]Eduardo Julian2022-01-192-0/+5
* Cleaner test reporting.Eduardo Julian2022-01-191-0/+5
* Fixes for the pure-Lux JVM compiler machinery. [Part 8]Eduardo Julian2022-01-191-0/+4
* Full implementation of console for Node.js.Eduardo Julian2022-01-181-0/+4
* Fixes for the pure-Lux JVM compiler machinery. [Part 7]Eduardo Julian2022-01-182-0/+8
* Fixed a logging/reporting issue for Lux/JS.Eduardo Julian2022-01-152-0/+8
* Fixes for the pure-Lux JVM compiler machinery. [Part 6]Eduardo Julian2022-01-132-0/+8
* Fixed a bug that broke re-compilation of STDLIB tests in Lua.Eduardo Julian2022-01-112-0/+2
* Fixes for the pure-Lux JVM compiler machinery. [Part 5]Eduardo Julian2022-01-103-0/+6
* Fixed a bug when testing extensions on the JVM compiler.Eduardo Julian2022-01-091-0/+4
* Fixes for the pure-Lux JVM compiler machinery. [Part 2]Eduardo Julian2022-01-0618-146/+205
* Fixes for the pure-Lux JVM compiler machinery.Eduardo Julian2021-12-3110-4/+40
* Dusting off the pure-Lux JVM compiler machinery. [Part 2]Eduardo Julian2021-12-255-9/+24
* Dusting off the pure-Lux JVM compiler machinery.Eduardo Julian2021-12-2433-984/+1088
* Ruby compilation that is better adjusted to both normal Ruby and MRuby.Eduardo Julian2021-11-296-38/+50
* Added tree-shaking to the compiler.Eduardo Julian2021-11-193-0/+6
* Added the carriage return for better Windows compatibility.Eduardo Julian2021-11-082-0/+8
* Sharing the same Function class between bootsrapper and JVM compiler.Eduardo Julian2021-11-088-0/+14
* Fixed some conversion/wrapping issues affecting extensions in the Ruby compiler.Eduardo Julian2021-10-301-0/+1
* FIXED analysis extensions got reset and new ones would be unavailable.Eduardo Julian2021-10-2215-1/+49
* Fixed packaging issue.Eduardo Julian2021-10-0911-1/+25
* Commercial licensing option for Lux + release versions for sub-projects.Eduardo Julian2021-10-019-2/+7
* Added STDLIB documentation for the different target platforms.Eduardo Julian2021-09-194-0/+16
* Made the "#" character great again!Eduardo Julian2021-09-121-0/+4
* Migrated variants to the new syntax.Eduardo Julian2021-09-101-0/+1
* Clearing the local scope during eval analysis to avoid accidentally seeing va...Eduardo Julian2021-09-051-0/+1
* Handled formatting issues in documentation.Eduardo Julian2021-09-051-0/+4
* Updates to the JS compiler.Eduardo Julian2021-09-011-0/+1
* Updates to the Ruby compiler.Eduardo Julian2021-08-271-0/+4
* Updates to the Lua compiler.Eduardo Julian2021-08-252-12/+13
* The Python compiler can now be compiled by the new JVM compiler.Eduardo Julian2021-08-234-0/+16
* Can now produce arbitrary code fragments statically by evaluating arbitrary e...Eduardo Julian2021-08-212-0/+8
* Enabled compile-time code evaluation (i.e. "eval" function).Eduardo Julian2021-08-1914-4/+43
* Some bug fixes.Eduardo Julian2021-08-183-0/+14
* Made extension-definition macros specify their bindings the same way as syntax:.Eduardo Julian2021-08-161-0/+5
* Made program: specify its bindings the same way as syntax:.Eduardo Julian2021-08-134-11/+20
* Relocated maybe and lazy from data to control.Eduardo Julian2021-08-113-4/+16
* No more #export magic syntax.Eduardo Julian2021-08-083-0/+12
* Made the be/de macros for (co)monadic expression extensible.Eduardo Julian2021-08-0712-0/+43
* Even more renamings.Eduardo Julian2021-08-015-0/+16
* Switched from the "from to" convention to the "minimum additional" convention.Eduardo Julian2021-07-294-0/+16
* Re-named List's tags: Nil => End && Cons => ItemEduardo Julian2021-07-283-2/+11
* Re-named Promise to Async.Eduardo Julian2021-07-265-8/+14
* Now packaging JVM programs as "fat" jars in new JVM compiler.Eduardo Julian2021-07-247-0/+17
* New JVM compiler can now compile JVM classes.Eduardo Julian2021-07-222-0/+8
* Made the default JS file-system promise-based so it works well on Node.Eduardo Julian2021-07-191-0/+1
* Now allowing compilers to generate custom-named outputs.Eduardo Julian2021-07-1732-0/+121
* Fixed some inconsistent naming.Eduardo Julian2021-07-162-0/+2
* Re-named "spec" hierarchy to "specification".Eduardo Julian2021-07-1519-1/+64