8000 Tags · cometkim/participle · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Tags: cometkim/participle

Tags

v0.3.0

Toggle v0.3.0's commit message
Merge branch 'sleepinggenius2-empty-disjunction-node'

* sleepinggenius2-empty-disjunction-node:
  Adds test for issue alecthomas#60
  Adds error for empty alternative expression

v0.2.1

Toggle v0.2.1's commit message
Minor tweaks.

v0.2.0

Toggle v0.2.0's commit message
Add support for a full set of match modifiers (*, +, ? and !).

- `*` Expression can match zero or more times.
- `+` Expression must match one or more times.
- `?` Expression can match zero or once.
- `!` Require a non-empty match (this is useful with a sequence of optional matches eg. `("a"? "b"? "c"?)!`).

v0.1.0

Toggle v0.1.0's commit message
Test that lookahead disambiguates by type correctly.

0