aboutsummaryrefslogtreecommitdiff
path: root/lux-jvm/source/luxc/lang/host (unfollow)
Commit message (Expand)AuthorFilesLines
2021-09-04De-taggification | part 2Eduardo Julian3-23/+23
2021-09-03Unified tuple and record syntax.Eduardo Julian1-13/+19
2021-08-29De-taggification | part 0Eduardo Julian2-30/+30
2021-08-29Made labels (tags & slots) into a form of global binding.Eduardo Julian1-1/+1
2021-08-27Updates to the Ruby compiler.Eduardo Julian1-2/+2
2021-08-25Updates to the Lua compiler.Eduardo Julian1-15/+18
2021-08-24Outsourced the syntax for labelled type definitions to macros.Eduardo Julian3-26/+26
2021-08-18Some bug fixes.Eduardo Julian3-20/+20
2021-08-16Made extension-definition macros specify their bindings the same way as syntax:.Eduardo Julian2-7/+7
2021-08-12Improved binding syntax for "syntax:".Eduardo Julian2-5/+5
2021-08-11Relocated maybe and lazy from data to control.Eduardo Julian1-4/+4
2021-08-09Improved single-line comment syntax (from "##" to "...").Eduardo Julian2-30/+30
2021-08-08No more #export magic syntax.Eduardo Julian3-46/+46
2021-08-02Fixed a bug in the new compiler which allowed the same module to be imported ...Eduardo Julian3-28/+28
2021-07-27Re-named wrap => in && unwrap => out.Eduardo Julian1-1/+1
2021-07-22New JVM compiler can now compile JVM classes.Eduardo Julian1-3/+6
2021-07-18New JVM compiler can now compile JVM interfaces.Eduardo Julian2-3/+3
2021-07-14Normalized the hierarchy of the standard library modules.Eduardo Julian3-83/+86
2021-07-10Made the "try" macro into a common one, instead of a host-specific one.Eduardo Julian1-1/+1
2021-06-12Constraining the year of the snapshot time in Aedifex.Eduardo Julian3-61/+61
2020-12-29Unified repository abstraction for Aedifex.Eduardo Julian2-7/+9
2020-12-29Moved "lux/data/number" to "lux/math/number".Eduardo Julian3-167/+167
2020-12-02Re-named "::" and ":::" macros to "\" and "\\", to be consistent with the con...Eduardo Julian3-127/+134
2020-10-25Some improvements to the Lux syntax parser.Eduardo Julian1-1/+1
2020-10-12Type-checking macros via the Macro' type from the standard library.Eduardo Julian3-106/+106
2020-06-24Last bug fixes to get the new JVM compiler to fully process the standard libr...Eduardo Julian1-1/+1
2020-06-01Implemented an optimization for getting fields/slots from records in the new ...Eduardo Julian1-1/+2
2020-05-30Split new-luxc into lux-jvm and lux-r.Eduardo Julian3-0/+893