aboutsummaryrefslogtreecommitdiff
path: root/src/lux/parser.clj (follow)
Commit message (Expand)AuthorAgeFilesLines
* - Made several optimizations to the compiler.Eduardo Julian2015-05-061-32/+34
* - Removed all the unnecesary comments.Eduardo Julian2015-05-061-13/+4
* - Optimized the compiler by eliminating reflection.Eduardo Julian2015-05-031-1/+1
* - Fixed some errors in lux.lux.Eduardo Julian2015-04-281-8/+14
* - Renamed exec to |do.Eduardo Julian2015-04-081-7/+7
* - Added code-cursors (file-name, line-number, column-number) as metadata on l...Eduardo Julian2015-03-221-30/+33
* - Added module-name aliasing.Eduardo Julian2015-03-211-12/+12
* [2nd Super Refactoring That Breaks The System: Part 5]Eduardo Julian2015-03-191-6/+11
* [2nd Super Refactoring That Breaks The System: Part 4]Eduardo Julian2015-03-181-16/+16
* [2nd Super Refactoring That Breaks The System: Part 2]Eduardo Julian2015-03-171-36/+33
* [2nd Super Refactoring That Breaks The System: Part 1]Eduardo Julian2015-03-151-15/+15
* - Modified the compiler so parser syntax tokens are stored in the same format...Eduardo Julian2015-03-101-11/+15
* [Refactor]Eduardo Julian2015-02-181-1/+1
* Corrections to the super-refactoring: part 4Eduardo Julian2015-02-181-6/+8
* Super refactoring that breaks the system: Part 1Eduardo Julian2015-02-101-9/+9
* WARNING: BrokenEduardo Julian2015-01-221-87/+52
* [Enhancements]Eduardo Julian2015-01-201-51/+76
* [Cleanup]Eduardo Julian2015-01-191-16/+0
* - Greatly simplified the AST and made it more macro-friendly.Eduardo Julian2015-01-121-200/+46
* - Added integer remainder.Eduardo Julian2015-01-111-4/+6
* - Fixed a small bug regarding functions calling themselves recursively.Eduardo Julian2015-01-111-7/+22
* - Added substraction, multiplication and division for ints.Eduardo Julian2015-01-111-0/+18
* * Changed the language so variants now store their elements directly, instead...Eduardo Julian2015-01-101-20/+9
* - Boolean is now BoolEduardo Julian2015-01-031-10/+10
* The language officially has a name: Lux (stylized as "lux").Eduardo Julian2015-01-031-0/+230