-
- Downloads
Remove '^', '&', '|', '&&' and '||' constructions from PEGGrammar
In view of future use of '^' for powers and to simplify reading one will have to use 'xor', 'and' and 'or'. Bit-wise operators ('bitand' and 'bitor') will be suppressed in a following commit.
Please register or sign in to comment