Replies: 1 comment 4 replies
-
Just asking, are the docs updated for ast_utils? The current site for the docs doesn't include the ast_utils example. Is it that the build for the documentation hasn't started or that readthedocs is super slow? |
Beta Was this translation helpful? Give feedback.
4 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Cache
%import
), and updates the cache if necessaryInteractiveParser
Lark.parse_interactive()
for starting the parser in interactive modeOther
Added
ast_utils
, to assist in tranforminglark.Tree
into a customized AST.Better docs
Bugfixes
Notification: Support for Python 2 is ending
In the near future, Lark will drop support for Python 2. We will continue to develop for Python 3.6+ only, which will simplify the code and ease development.
Old releases (including this one) will still work, of course, and should be stable enough to accompany the remaining Python 2 users into the sunset.
If you have any objections, feel free to voice them here: #874
Thanks for everyone who helped make Lark better!
This discussion was created from the release InteractiveParser & Better Cache.
Beta Was this translation helpful? Give feedback.
All reactions