Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
badw-it
DHParser
Commits
cd0e4a9e
Commit
cd0e4a9e
authored
Feb 10, 2019
by
eckhart
Browse files
- CHANGES.txt updated
parent
00439dd2
Changes
1
Hide whitespace changes
Inline
Side-by-side
CHANGES.txt
View file @
cd0e4a9e
DHParser Version 0.8.5 (DATE?)
..............................
- drops empty anonymous nodes already during parsing
- pending optimization: flattens anonymous nodes already while parsing
- optimization: drops empty anonymous nodes already during parsing
- optimization: optionally allows to drop anonymous whitespace and tokens
while parsing
- major refactorings of node and parser class hierarchy: much simpler now,
no zombie classes needed any more
- parser_guard() is now integrated into the Parser class: Parsing functionality
moved to _parse() method, while Parser.__call__() is now the new parser guard
- parser_guard() is now integrated into the Parser class: Parsing
functionality moved to _parse() method, while Parser.__call__() is now the
new parser guard
- better support for customized error messages + bug fixes
- better cython support (makes it about 2.5 times as fast if cython is used)
- testing.grammar_suite now uses multiprocessing to run tests
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment