Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | - Re-organized analysis. | Eduardo Julian | 2017-10-31 | 1 | -610/+0 |
| | |||||
* | - WIP: Wiring everything to get the compiler to work fully. | Eduardo Julian | 2017-10-26 | 1 | -25/+26 |
| | | | - Fixed a bug when combining field/method/class modifiers. | ||||
* | - Updated to the latest changes in stdlib. | Eduardo Julian | 2017-10-18 | 1 | -20/+19 |
| | |||||
* | - Migrated new-luxc to latest version of stdlib. | Eduardo Julian | 2017-10-11 | 1 | -3/+4 |
| | | | - Some refactoring. | ||||
* | - Added optional "char" syntax for nats. | Eduardo Julian | 2017-09-05 | 1 | -5/+43 |
| | |||||
* | - Added alternative syntax for Frac numbers, based on traditional ↵ | Eduardo Julian | 2017-09-05 | 1 | -41/+82 |
| | | | | ratio/fraction syntax. | ||||
* | - Updated new compiler's code to the recent changes in the language. | Eduardo Julian | 2017-09-05 | 1 | -3/+3 |
| | | | - WIP: Some other changes/additions to the new compiler. | ||||
* | - Real syntax now supports exponential. | Eduardo Julian | 2017-07-02 | 1 | -1/+6 |
| | |||||
* | - Adjusted compiler to the new lack of Char type. | Eduardo Julian | 2017-07-02 | 1 | -46/+19 |
| | | | - WIP: PM/case synthesis. | ||||
* | - Adapted compiler to the latest stdlib changes. | Eduardo Julian | 2017-06-27 | 1 | -125/+119 |
| | |||||
* | - Renamed "Error" to "Result". | Eduardo Julian | 2017-05-17 | 1 | -6/+6 |
| | |||||
* | - Added underscore separators ( _ ) for digits in the parser for the new ↵ | Eduardo Julian | 2017-05-07 | 1 | -10/+31 |
| | | | | compiler. | ||||
* | - Renamed "AST" to "Code". | Eduardo Julian | 2017-05-07 | 1 | -19/+19 |
| | |||||
* | - 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 | -63/+59 |
| | |||||
* | - WIP: Some initial implementations for some re-written infrastructure. | Eduardo Julian | 2017-05-01 | 1 | -32/+32 |
| | |||||
* | - Some refactorings. | Eduardo Julian | 2017-04-15 | 1 | -76/+270 |
| | | | - Added documentation for luxc/parser. | ||||
* | - Fixed a bug with multi-line comments. | Eduardo Julian | 2017-04-15 | 1 | -24/+26 |
| | |||||
* | - Fixed some bugs. | Eduardo Julian | 2017-04-15 | 1 | -21/+24 |
| | | | - Added tests for multi-line text and single-line comments. | ||||
* | - Fixed some bugs. | Eduardo Julian | 2017-04-14 | 1 | -33/+60 |
| | | | - Implemented multi-line text. | ||||
* | - The lexer now takes cursors into account. | Eduardo Julian | 2017-04-14 | 1 | -117/+228 |
| | |||||
* | - Added tests for parser. | Eduardo Julian | 2017-04-14 | 1 | -1/+1 |
| | |||||
* | - Initial parser implementation (still missing correct cursors and ↵ | Eduardo Julian | 2017-04-14 | 1 | -0/+204 |
multi-line text). |