aboutsummaryrefslogtreecommitdiff
path: root/lux-bootstrapper/src/lux/base.clj (follow)
Commit message (Expand)AuthorAgeFilesLines
* Re-licensed to MPL 2.0Eduardo Julian2023-01-131-0/+3
* Added index section to documentation + re-named Primitive -> NominalEduardo Julian2022-11-211-1/+1
* Migrating default extensions to the new format [Part 0]Eduardo Julian2022-10-031-3/+3
* Made labels (tags & slots) into normal definitions.Eduardo Julian2022-09-021-3/+22
* Proper testing for debug.log!Eduardo Julian2022-08-171-1/+1
* Re-named directives to declarations.Eduardo Julian2022-06-261-4/+4
* Properly handling variance for remaining mutable types.Eduardo Julian2022-04-051-17/+26
* ADDED Can pass config parameters to compiler and select code based on it. Can...Eduardo Julian2022-02-231-3/+6
* Sharing the same Function class between bootsrapper and JVM compiler.Eduardo Julian2021-11-081-2/+2
* Made the "#" character great again!Eduardo Julian2021-09-121-6/+9
* The old record syntax has been re-purposed as variant syntax.Eduardo Julian2021-09-091-9/+5
* No more annotations.Eduardo Julian2021-09-081-2/+2
* Applied new convention for variants.Eduardo Julian2021-09-061-15/+13
* Clearing the local scope during eval analysis to avoid accidentally seeing va...Eduardo Julian2021-09-051-0/+10
* Unified tuple and record syntax.Eduardo Julian2021-09-031-10/+12
* Made labels (tags & slots) into a form of global binding.Eduardo Julian2021-08-291-0/+7
* Enabled compile-time code evaluation (i.e. "eval" function).Eduardo Julian2021-08-191-137/+140
* Normalized the hierarchy of the standard library modules.Eduardo Julian2021-07-141-2/+3
* Re-named old luxc-jvm to lux-bootstrapper.Eduardo Julian2020-12-041-0/+1490