| Age | Commit message (Collapse) | Author | Files | Lines | |
|---|---|---|---|---|---|
| 2020-08-03 | lexlua: Deprecated `lexer.fold_line_comments()` in favor of ↵ | mitchell | 1 | -1/+1 | |
| `lexer.fold_consecutive_lines()`. Also use `lexer.fold_line_groups` for option that enables this folding, avoiding name clash that plagued the previous option. Added "import" folding for Java. | |||||
| 2020-07-27 | lexlua: Added C99 bool, true, and false to C lexer. | mitchell | 1 | -1/+3 | |
| 2020-07-14 | lexlua: Minor pattern refactoring. | mitchell | 1 | -2/+2 | |
| 2020-04-25 | Reformatted Lua LPeg lexers and added new convenience functions and pattern. | mitchell | 1 | -16/+13 | |
| `lexer.range()` replaces `lexer.delimited_range()` and `lexer.nested_pair()`. `lexer.to_eol()` replaces `patt * lexer.nonnewline^0` constructs. `lexer.number` replaces `lexer.float + lexer.integer`. Also added unit tests for lexer functions. | |||||
| 2019-12-31 | Updated copyright year for lexlua-specific bits of LongTerm3. | mitchell | 1 | -1/+1 | |
| 2019-09-20 | lexlua: C lexer recognizes indented preprocessor words. | mitchell | 1 | -5/+2 | |
| 2019-02-16 | Updated copyright year. | mitchell | 1 | -1/+1 | |
| 2018-03-11 | Added optional Lua lexer support. | mitchell | 1 | -0/+90 | |
| This support is disabled by default and must be enabled via compile-time option. | |||||
