Skip to content

Commit

Permalink
Add comp graph caching
Browse files Browse the repository at this point in the history
  • Loading branch information
evhub committed Oct 18, 2024
1 parent 9cad63f commit 7187d5c
Show file tree
Hide file tree
Showing 5 changed files with 363 additions and 238 deletions.
1 change: 1 addition & 0 deletions coconut/_pyparsing.py
Original file line number Diff line number Diff line change
Expand Up @@ -263,6 +263,7 @@ def enableIncremental(*args, **kwargs):
else:
_trim_arity = _pyparsing._trim_arity
_ParseResultsWithOffset = _pyparsing._ParseResultsWithOffset
_trim_arity.inspect_tracebacks = False

maybe_make_safe = getattr(_pyparsing, "maybe_make_safe", None)

Expand Down
Loading

0 comments on commit 7187d5c

Please sign in to comment.