aboutsummaryrefslogtreecommitdiff
path: root/luxc/src/lux/lexer.clj (follow)
Commit message (Expand)AuthorAgeFilesLines
* - Lux no longer has a Char primitive data-type.Eduardo Julian2017-07-021-39/+0
* - Made some improvements to error messages in the compiler.Eduardo Julian2017-04-051-1/+1
* - The lexer can now recognize a escape-character for vertical tabs (\v).Eduardo Julian2017-02-221-0/+4
* - 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-1/+1
* - Renamed lux/data/struct/tree to lux/data/struct/tree/rose.Eduardo Julian2017-01-251-7/+7
* - Now, only using underscores (_) as number digit separators, without using c...Eduardo Julian2016-12-251-5/+5
* - Collected the Lux compiler's repo, the Standard Library's, the Leiningen pl...Eduardo Julian2016-12-011-0/+254