File tree Expand file tree Collapse file tree 1 file changed +14
-0
lines changed Expand file tree Collapse file tree 1 file changed +14
-0
lines changed Original file line number Diff line number Diff line change
1
+ 1.2.0 (2013-08-01):
2
+ - Added 'makeProtocol' for parsing stream protocols using Parsley
3
+ grammars and Twisted, with examples, docs, and a tutorial.
4
+ - Added 'stack' as support for 'makeProtocol'.
5
+ - Sped up parsing; started compiling python expressons only once.
6
+ (thanks to eevee!)
7
+ - Allowed tuple unpacking in assignment in rules. For example,
8
+ `rule1 = rule2:(a, b) -> a + b`. (thanks to introom!)
9
+ - Added a trace hook and an example of a trace visualizer using it.
10
+ - Fixed an example in the README. (thanks to ilmarga!)
11
+ - Added support for custom labels in grammars. For example,
12
+ `rule1 = rule2 ^(foo)` will make Parsley consider 'foo' the name for
13
+ 'rule2' in error messages. (thanks to miebster!)
14
+
1
15
1.1.0 (2013-03-03):
2
16
- The 'spaces' rule has been provided under the alias 'ws'; 'spaces'
3
17
is now the deprecated name.
You can’t perform that action at this time.
0 commit comments