Replies: 3 comments
-
Your grammar contains a lot of weird things, e.g. |
Beta Was this translation helpful? Give feedback.
-
How are things going, have you managed to make some progress? Any further questions or issues that you might want to discuss? |
Beta Was this translation helpful? Give feedback.
-
Yes, I have. I don't have any further questions at this time. I
probably will sometime later though. :)
…On 11/19/20, Dr. Colin Hirsch ***@***.***> wrote:
How are things going, have you managed to make some progress? Any further
questions or issues that you might want to discuss?
--
You are receiving this because you authored the thread.
Reply to this email directly or view it on GitHub:
https://github.com/taocpp/PEGTL/issues/227#issuecomment-730576767
--
Signed,
Ethin D. Probst
|
Beta Was this translation helpful? Give feedback.
-
I'm learning PEGs by trying out a basic pascal-ish language. I've got the following grammar:
All my code does right now is tokenize the input, but I keep getting a parse error when I try to evaluate the following code:
It always breaks on the final line, either the "end" or, if I add an extra newline, on that newline. Is there something I'm missing?
Beta Was this translation helpful? Give feedback.
All reactions