aboutsummaryrefslogtreecommitdiff
path: root/new-luxc/source/luxc/parser.lux (follow)
Commit message (Collapse)AuthorAgeFilesLines
* - Added optional "char" syntax for nats.Eduardo Julian2017-09-051-5/+43
|
* - Added alternative syntax for Frac numbers, based on traditional ↵Eduardo Julian2017-09-051-41/+82
| | | | ratio/fraction syntax.
* - Updated new compiler's code to the recent changes in the language.Eduardo Julian2017-09-051-3/+3
| | | - WIP: Some other changes/additions to the new compiler.
* - 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
| | | - WIP: PM/case synthesis.
* - 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 ↵Eduardo Julian2017-05-071-10/+31
| | | | compiler.
* - 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
| | | - Added documentation for luxc/parser.
* - Fixed a bug with multi-line comments.Eduardo Julian2017-04-151-24/+26
|
* - Fixed some bugs.Eduardo Julian2017-04-151-21/+24
| | | - Added tests for multi-line text and single-line comments.
* - Fixed some bugs.Eduardo Julian2017-04-141-33/+60
| | | - Implemented multi-line text.
* - 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 ↵Eduardo Julian2017-04-141-0/+204
multi-line text).