aboutsummaryrefslogtreecommitdiff
path: root/luxc/src/lux/parser.clj (follow)
Commit message (Expand)AuthorAgeFilesLines
* Re-named "Symbol" to "Identifier".Eduardo Julian2018-07-211-2/+2
* - New syntax for bit values: "#0" and "#1", instead of "false" and "true".Eduardo Julian2018-07-141-1/+1
* Re-named "Bool" type to "Bit".Eduardo Julian2018-07-131-2/+2
* - Re-named "degree" to "revolution".Eduardo Julian2018-07-041-2/+2
* - Re-named "real" numbers to "frac"(tions).Eduardo Julian2017-09-041-2/+2
* - Lux no longer has a Char primitive data-type.Eduardo Julian2017-07-021-3/+0
* - Removed the "S" suffix from AST tags.Eduardo Julian2017-05-031-12/+12
* - Made some improvements to error messages in the compiler.Eduardo Julian2017-04-051-3/+3
* - Changed the license from MPL 2.0 to MIT.Eduardo Julian2017-01-261-5/+0
* - Improved Lux error messages by ensuring the cursor is always present.Eduardo Julian2017-01-251-8/+4
* - Renamed lux/data/struct/tree to lux/data/struct/tree/rose.Eduardo Julian2017-01-251-2/+2
* - Collected the Lux compiler's repo, the Standard Library's, the Leiningen pl...Eduardo Julian2016-12-011-0/+117