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
![image](https://user-images.githubusercontent.com/68294279/150639135-e3d6d41e-a503-4a1e-aa29-dc99cfc8b442.png)
![image](https://user-images.githubusercontent.com/68294279/150639154-c3722e02-df1a-497e-afe6-98aecf56315d.png)
![image](https://user-images.githubusercontent.com/68294279/150639249-ed4c165f-259a-42f4-b6a9-d05adb83c43a.png)
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