What's going on. Why is the @syntax behaving very strangely? #619
uselessgoddess
started this conversation in
General
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I have the following parser:
But if I write
lines = @{ ... }
instead oflines = ${ ... }
lines = ${ ... }
also is not workBut
lines = ${ ... }
loses childrenHow to solve this problem (parse with whitespace without loss of children)?
Beta Was this translation helpful? Give feedback.
All reactions