aboutsummaryrefslogtreecommitdiff
path: root/lux-bootstrapper (unfollow)
Commit message (Expand)AuthorFilesLines
2022-06-26Re-named directives to declarations.Eduardo Julian2-7/+7
2022-06-14De-sigil-ification: suffix : [Part 9]Eduardo Julian1-2/+2
2022-04-05Properly handling variance for remaining mutable types.Eduardo Julian3-26/+46
2022-04-04Properly handling variance for arrays to avoid invalid subtyping.Eduardo Julian5-20/+77
2022-03-16JVM interop now allows importing inherited virtual/interface methods.Eduardo Julian1-16/+14
2022-02-23ADDED Can pass config parameters to compiler and select code based on it. Can...Eduardo Julian1-3/+6
2022-02-22No more automatic conversions of primitive types in JVM FFI.Eduardo Julian1-2/+2
2022-01-20Better text formatting for types.Eduardo Julian1-2/+2
2022-01-11Fixed a bug that broke re-compilation of STDLIB tests in Lua.Eduardo Julian1-2/+0
2021-12-25Dusting off the pure-Lux JVM compiler machinery. [Part 2]Eduardo Julian1-2/+1
2021-11-30v0.6.5Eduardo Julian1-1/+1
2021-11-08Used new Function interface to fix directives bug in JVM compiler.Eduardo Julian1-39/+41
2021-11-08Sharing the same Function class between bootsrapper and JVM compiler.Eduardo Julian9-80/+87
2021-11-02v0.6.4Eduardo Julian1-1/+1
2021-10-22v0.6.3Eduardo Julian1-8/+2
2021-10-09Fixed packaging issue.Eduardo Julian1-5/+8
2021-10-01Commercial licensing option for Lux + release versions for sub-projects.Eduardo Julian1-4/+3
2021-09-15Correctly analyzing records in the presence of local bindings.Eduardo Julian4-41/+65
2021-09-12Made the "#" character great again!Eduardo Julian11-253/+211
2021-09-10Migrated variants to the new syntax.Eduardo Julian2-16/+21
2021-09-09The old record syntax has been re-purposed as variant syntax.Eduardo Julian5-56/+28
2021-09-08No more annotations.Eduardo Julian8-64/+50
2021-09-08No more module annotations.Eduardo Julian5-51/+9
2021-09-06Applied new convention for variants.Eduardo Julian4-60/+76
2021-09-05Clearing the local scope during eval analysis to avoid accidentally seeing va...Eduardo Julian2-11/+22
2021-09-03Unified tuple and record syntax.Eduardo Julian5-101/+122
2021-09-01Updates to the JS compiler.Eduardo Julian1-6/+6
2021-08-29Better parameterized type documentation.Eduardo Julian1-17/+16
2021-08-29Made labels (tags & slots) into a form of global binding.Eduardo Julian10-248/+386
2021-08-27Updates to the Ruby compiler.Eduardo Julian4-9/+49
2021-08-19Enabled compile-time code evaluation (i.e. "eval" function).Eduardo Julian26-557/+563
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