Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Parse variadics correctly | Aleksey Kladov | 2020-03-13 | 1 | -0/+1 |
| | | | | closes #3571 | ||||
* | Remove some TextUnit->usize escapees | CAD97 | 2020-03-13 | 1 | -5/+5 |
| | |||||
* | ra_syntax: SyntaxError::range() now returns by value | Veetaha | 2020-02-17 | 1 | -8/+2 |
| | |||||
* | ra_syntax: reshape SyntaxError for the sake of removing redundancy | Veetaha | 2020-02-17 | 1 | -16/+5 |
| | |||||
* | ra_syntax: added tests for tokenization errors | Veetaha | 2020-02-03 | 1 | -22/+58 |
| | |||||
* | ra_syntax: refactored the lexer design as per @matklad and @kiljacken PR review | Veetaha | 2020-02-03 | 1 | -1/+1 |
| | |||||
* | Reimplemented lexer with vectors instead of iterators | Veetaha | 2020-02-03 | 1 | -1/+2 |
| | |||||
* | WIP: switch to fully decomposed tokens internally | Aleksey Kladov | 2019-09-10 | 1 | -1/+15 |
| | |||||
* | move syntax tests to unit tests | Aleksey Kladov | 2019-07-24 | 1 | -0/+101 |