aboutsummaryrefslogtreecommitdiff
path: root/new-luxc/test (follow)
Commit message (Collapse)AuthorAgeFilesLines
* - Simplified the analytic model of tuples into products, and variants into sums.Eduardo Julian2017-05-202-13/+14
|
* - Some refactoring.Eduardo Julian2017-05-201-1/+9
|
* - Renamed "Error" to "Result".Eduardo Julian2017-05-174-87/+87
|
* WIPEduardo Julian2017-05-156-174/+205
| | | | | | - Simplified the Analysis type, by removing all meta-data. - Added analysis of function calls. - Added analysis of common Lux procedures. - Lots of refactoring.
* - Added tests for some kinds of analysis.Eduardo Julian2017-05-092-1/+175
| | | - WIP: Porting more code.
* - Renamed "AST" to "Code".Eduardo Julian2017-05-071-14/+14
|
* - 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-26/+27
|
* - Some refactorings.Eduardo Julian2017-04-151-35/+47
| | | - Added documentation for luxc/parser.
* - Fixed a bug with multi-line comments.Eduardo Julian2017-04-151-35/+55
|
* - Fixed some bugs.Eduardo Julian2017-04-151-17/+82
| | | - Added tests for multi-line text and single-line comments.
* - The lexer now takes cursors into account.Eduardo Julian2017-04-141-2/+2
|
* - Added tests for parser.Eduardo Julian2017-04-142-0/+93