Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Match \ before newline in string as Escape | June McEnroe | 2021-01-13 |
| | |||
* | Match strftime format specifiers | June McEnroe | 2021-01-13 |
| | |||
* | Shorten hilex class names | June McEnroe | 2021-01-13 |
| | |||
* | Try to return strings as single tokens | June McEnroe | 2021-01-13 |
| | |||
* | Match [] as Operator in C lexer | June McEnroe | 2021-01-13 |
| | |||
* | Fix C lexer to require a digit in a float literal | June McEnroe | 2021-01-13 |
| | | | | Otherwise ".l" is matched as Number. | ||
* | Move hilex out of hilex directory | June McEnroe | 2021-01-12 |