Support for Python-like languages? #564
Unanswered
VinnyVicious
asked this question in
Q&A
Replies: 1 comment
-
Pest doesn't have any automatic whitespace handling, so it's fully possible. The For actually handling the indentation state, you can use atomic rules (which don't implicitly eat whitespace) and |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Is Pest able to parse grammars like Python, where indentation is important?
Beta Was this translation helpful? Give feedback.
All reactions