aboutsummaryrefslogtreecommitdiff
path: root/src/example (follow)
Commit message (Expand)AuthorAgeFilesLines
* [Cleanup]Eduardo Julian2015-01-191-38/+0
* The language officially has a name: Lux (stylized as "lux").Eduardo Julian2015-01-031-0/+0
* + Added simple let expressions. (No destructuring of tuples/records yet)Eduardo Julian2014-11-291-0/+12
* + Added floats.Eduardo Julian2014-11-291-0/+6
* + Added single-line comments.Eduardo Julian2014-11-281-0/+4
* + Added some very basic pattern-matching with destructuring.Eduardo Julian2014-11-271-0/+7
* + Can now define functions.Eduardo Julian2014-11-261-3/+6
* + Can lex basic tokens.Eduardo Julian2014-11-251-0/+6