Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | ragel.rl: Add some asserts to confirm input | Jari Vetoniemi | 2017-05-07 |
| | | | | Just some hardening: p should always be equal or behind pe. | ||
* | ragel.rl: Make search_err read "p" before stop | Jari Vetoniemi | 2017-05-07 |
| | | | | | | | | | If we stop before reading the "p" false positive may be returned since "p" may be the start of new token. Thus case like `type: 3u8[4] str;` would fail to mark the real error since '3' is not read. Thus start marking from the last valid token that is ':'. | ||
* | work in progress | Jari Vetoniemi | 2017-05-01 |
| | |||
* | Initial commit | Jari Vetoniemi | 2017-04-13 |