From 12ee2e34f2faec340a77e9a44b7d63c5d55ca57d Mon Sep 17 00:00:00 2001 From: ptmcg Date: Sat, 17 Nov 2012 22:27:12 +0000 Subject: Add notes for operatorPrecedence renaming to infixNotation, and adding optional lpar and rpar arguments git-svn-id: svn://svn.code.sf.net/p/pyparsing/code/trunk@240 9bf210a0-9d2d-494c-87cf-cfb32e7dff7b --- src/CHANGES | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/src/CHANGES b/src/CHANGES index 0a74d45..b1f4bc1 100644 --- a/src/CHANGES +++ b/src/CHANGES @@ -30,6 +30,14 @@ Version 1.5.7 - October, 2012 storing the contents of a Forward(). '<<=' does not have the same operator precedence problems that '<<' does. +- 'operatorPrecedence' is being renamed 'infixNotation' as a better + description of what this helper function creates. 'operatorPrecedence' + is deprecated, and will be dropped entirely in a future release. + +- Added optional arguments lpar and rpar to operatorPrecedence, so that + expressions that use it can override the default suppression of the + grouping characters. + - Added support for using single argument builtin functions as parse actions. Now you can write 'expr.setParseAction(len)' and get back the length of the list of matched tokens. Supported builtins are: -- cgit v1.2.1