Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
9.2.2023: Due to updates GitLab will be unavailable for some minutes between 9:00 and 11:00.
Open sidebar
badw-it
DHParser
Commits
cfb56e29
Commit
cfb56e29
authored
Jul 21, 2018
by
eckhart
Browse files
- added a few remarks to the source code
parent
8a420675
Changes
1
Hide whitespace changes
Inline
Side-by-side
DHParser/parse.py
View file @
cfb56e29
...
...
@@ -151,7 +151,7 @@ def add_parser_guard(parser_func):
# because caching would interfere with changes of variable state
# - in case of left recursion, the first recursive step that
# matches will store its result in the cache
# TODO: need a test concerning interference of variable manipulation and left recursion algorithm?
# TODO: need a
unit-
test concerning interference of variable manipulation and left recursion algorithm?
parser
.
visited
[
location
]
=
(
node
,
rest
)
# Mind that memoized parser calls will not appear in the history record!
...
...
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