Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2020-03-20 | Lexer support for default value assignment (?=) | Boris Kolpackov | 1 | -0/+1 | |
Note: not yet supported in the parser. | |||||
2020-02-07 | Drop copyright notice from source code | Karen Arutyunov | 1 | -1/+0 | |
2019-11-14 | Tighten up attribute recognition during parsing | Boris Kolpackov | 1 | -2/+7 | |
Now it should be possible to use `[]` for wildcard patterns, for example: foo = foo.[hit]xx Note that a leading bracket expression will still be recognized as attributes and escaping or quoting it will inhibit pattern matching. To resolve this case we need to specify an empty attribute list: foo = [] [abc]-foo.cxx | |||||
2019-11-11 | Use path_name for `-` to stdin/stdout translation | Karen Arutyunov | 1 | -7/+7 | |
2019-09-30 | Add support for `case` pattern alternatives | Boris Kolpackov | 1 | -0/+2 | |
case <pattern>[ | <pattern>...] | |||||
2019-07-01 | Split build system into library and driver | Boris Kolpackov | 1 | -0/+191 | |