aboutsummaryrefslogtreecommitdiff
path: root/lux-bootstrapper (unfollow)
Commit message (Expand)AuthorFilesLines
2021-08-09Improved single-line comment syntax (from "##" to "...").Eduardo Julian1-1/+1
2021-08-08No more #export magic syntax.Eduardo Julian2-6/+8
2021-07-14Normalized the hierarchy of the standard library modules.Eduardo Julian12-61/+87
2021-07-11Re-named ":coerce" to ":as" since it technically doesn't do coercions.Eduardo Julian4-29/+24
2021-07-10Made the "try" macro into a common one, instead of a host-specific one.Eduardo Julian1-1/+1
2021-07-08Made sure the "phase" parameter of extensions is always usable (even across l...Eduardo Julian3-22/+60
2021-06-11Added import name formatting to "import:" macros for other backends.Eduardo Julian1-0/+2
2021-06-08Added type information when logging compiled definitions.Eduardo Julian2-6/+7
2021-06-02Postponing work on R due to flaws of the bootstrapping compiler.Eduardo Julian1-0/+7
2021-02-26Got JRuby to cooperate.Eduardo Julian1-2/+4
2021-02-25Updates for Ruby compiler.Eduardo Julian1-2/+5
2021-02-24Done with Python.Eduardo Julian1-7/+8
2021-02-10Continuing with LuaEduardo Julian1-5/+7
2021-01-28Implemented arithmetic right-shift in terms of logic right-shift.Eduardo Julian3-55/+50
2021-01-12Compiler now shows suggestions when encountering unknown definitions.Eduardo Julian1-1/+2
2021-01-11Encapsulate JS definitions produced by the JS compiler in a local scope to av...Eduardo Julian1-1/+8
2020-12-15Compiling "lux syntax char case!" with TABLESWITCH instead of LOOKUPSWITCH.Eduardo Julian1-14/+21
2020-12-11Improved parsing speed for Lux code.Eduardo Julian3-6/+17
2020-12-09Added support for "Commons Clause" to Licentia.Eduardo Julian2-14/+0
2020-12-04Re-named old luxc-jvm to lux-bootstrapper.Eduardo Julian41-0/+13435