Lark without recursion #1168
ThatXliner
started this conversation in
Ideas
Replies: 1 comment 19 replies
-
If you only use terminals, it will already do just that. Including detecting recursion and throwing the appropriate error. |
Beta Was this translation helpful? Give feedback.
19 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I like Lark's syntax. It should be possible for Lark to be able to compile recursion-less grammars into a regex, right? I want to be able to use it as a way to make maintainable regexes.
Beta Was this translation helpful? Give feedback.
All reactions