Skip to content

Commit f7ca8d2

Browse files
committed
Update the NEWS file.
1 parent 9e3e2e7 commit f7ca8d2

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

NEWS

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,17 @@
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+
115
1.1.0 (2013-03-03):
216
- The 'spaces' rule has been provided under the alias 'ws'; 'spaces'
317
is now the deprecated name.

0 commit comments

Comments
 (0)