aboutsummaryrefslogtreecommitdiff
path: root/new-luxc/source/luxc/parser.lux (follow)
Commit message (Expand)AuthorAgeFilesLines
* - Added optional "char" syntax for nats.Eduardo Julian2017-09-051-5/+43
* - Added alternative syntax for Frac numbers, based on traditional ratio/fract...Eduardo Julian2017-09-051-41/+82
* - Updated new compiler's code to the recent changes in the language.Eduardo Julian2017-09-051-3/+3
* - Real syntax now supports exponential.Eduardo Julian2017-07-021-1/+6
* - Adjusted compiler to the new lack of Char type.Eduardo Julian2017-07-021-46/+19
* - Adapted compiler to the latest stdlib changes.Eduardo Julian2017-06-271-125/+119
* - Renamed "Error" to "Result".Eduardo Julian2017-05-171-6/+6
* - Added underscore separators ( _ ) for digits in the parser for the new comp...Eduardo Julian2017-05-071-10/+31
* - Renamed "AST" to "Code".Eduardo Julian2017-05-071-19/+19
* - Removed the "S" suffix from AST tags.Eduardo Julian2017-05-031-12/+12
* - Made some changes in the way the parser works.Eduardo Julian2017-05-031-63/+59
* - WIP: Some initial implementations for some re-written infrastructure.Eduardo Julian2017-05-011-32/+32
* - Some refactorings.Eduardo Julian2017-04-151-76/+270
* - Fixed a bug with multi-line comments.Eduardo Julian2017-04-151-24/+26
* - Fixed some bugs.Eduardo Julian2017-04-151-21/+24
* - Fixed some bugs.Eduardo Julian2017-04-141-33/+60
* - The lexer now takes cursors into account.Eduardo Julian2017-04-141-117/+228
* - Added tests for parser.Eduardo Julian2017-04-141-1/+1
* - Initial parser implementation (still missing correct cursors and multi-line...Eduardo Julian2017-04-141-0/+204