Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2019-11-15 | Generalize attributes to be comma-separated with arbitrary values | Boris Kolpackov | 1 | -8/+22 | |
Before: x = [string null] After: x = [string, null] | |||||
2019-11-14 | Tighten up attribute recognition during parsing | Boris Kolpackov | 1 | -58/+90 | |
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-09-30 | Reserve `:` in `case` pattern expression for future match extraction support | Boris Kolpackov | 1 | -5/+6 | |
2019-09-30 | Add support for custom match/extract functions in switch expression | Boris Kolpackov | 1 | -5/+29 | |
2019-09-30 | Add support for `case` pattern alternatives | Boris Kolpackov | 1 | -2/+25 | |
case <pattern>[ | <pattern>...] | |||||
2019-09-30 | Pattern matching support (switch): multiple values implementation | Boris Kolpackov | 1 | -4/+11 | |
2019-07-01 | Split build system into library and driver | Boris Kolpackov | 1 | -0/+720 | |