Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | - Renamed "Error" to "Result". | Eduardo Julian | 2017-05-17 | 4 | -87/+87 |
| | |||||
* | WIP | Eduardo Julian | 2017-05-15 | 6 | -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 Julian | 2017-05-09 | 2 | -1/+175 |
| | | | - WIP: Porting more code. | ||||
* | - Renamed "AST" to "Code". | Eduardo Julian | 2017-05-07 | 1 | -14/+14 |
| | |||||
* | - Removed the "S" suffix from AST tags. | Eduardo Julian | 2017-05-03 | 1 | -12/+12 |
| | |||||
* | - Made some changes in the way the parser works. | Eduardo Julian | 2017-05-03 | 1 | -26/+27 |
| | |||||
* | - Some refactorings. | Eduardo Julian | 2017-04-15 | 1 | -35/+47 |
| | | | - Added documentation for luxc/parser. | ||||
* | - Fixed a bug with multi-line comments. | Eduardo Julian | 2017-04-15 | 1 | -35/+55 |
| | |||||
* | - Fixed some bugs. | Eduardo Julian | 2017-04-15 | 1 | -17/+82 |
| | | | - Added tests for multi-line text and single-line comments. | ||||
* | - The lexer now takes cursors into account. | Eduardo Julian | 2017-04-14 | 1 | -2/+2 |
| | |||||
* | - Added tests for parser. | Eduardo Julian | 2017-04-14 | 2 | -0/+93 |