aboutsummaryrefslogtreecommitdiff
path: root/luxc/src/lux/compiler/jvm/lux.clj (follow)
Commit message (Expand)AuthorAgeFilesLines
* Upgraded the tuple right-access mechanism to the new style.Eduardo Julian2019-04-071-2/+4
* - Upgrade the tuple left-access mechanism to the new style.Eduardo Julian2019-04-071-1/+1
* Re-named "Symbol" to "Identifier".Eduardo Julian2018-07-211-2/+2
* Re-named "Bool" type to "Bit".Eduardo Julian2018-07-131-2/+2
* - Re-named "degree" to "revolution".Eduardo Julian2018-07-041-1/+1
* - Improved the way "lux program" is analysed and compiled.Eduardo Julian2018-05-081-5/+5
* - Got the old compiler to compile again.Eduardo Julian2018-05-051-86/+48
* - Added context-sensitive macro-expansion by means of "lux in-module", and re...Eduardo Julian2017-12-021-1/+1
* - Changed the identifier separator, from the semi-colon (;) to the period/dot...Eduardo Julian2017-11-291-3/+3
* - Eliminated the Anns and Ann-Value types, and now only using Code for defini...Eduardo Julian2017-10-111-18/+20
* - Re-named "real" numbers to "frac"(tions).Eduardo Julian2017-09-041-1/+1
* - Lux no longer has a Char primitive data-type.Eduardo Julian2017-07-021-1/+0
* - Separated the analysis of definitions from the analysis of variables.Eduardo Julian2017-04-301-1/+1
* - Renamed _lux_lambda to _lux_function.Eduardo Julian2017-04-101-2/+2
* - Made some improvements to error messages in the compiler.Eduardo Julian2017-04-051-4/+8
* - Added more common procedures.Eduardo Julian2017-02-171-4/+0
* - More refactorings.Eduardo Julian2017-01-301-4/+2
* - Major refactoring to make it easier to introduce the new (JS) backend.Eduardo Julian2017-01-291-0/+493