Replies: 2 comments 1 reply
-
I'm glad you're enjoying Participle. I don't know how you're invoking this, but this code panics immediately for me:
|
Beta Was this translation helpful? Give feedback.
1 reply
-
Ah yes, I had initially posted: type Entry struct {
LexerState
LHS *Value `@@* "="`
RHS *Value `@@*`
} and fixed to: type Entry struct {
LexerState
LHS *Value `@@ "="`
RHS *Value `@@`
} and so now I am seeing |
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
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi participle friends and mr @alecthomas,
ParseBytes()
, and unclear if it's the grammar or participle -- seeing a full hang, no console / debug output, M1 cpu churning around 30%ParseINI()
(below) is called with:Beta Was this translation helpful? Give feedback.
All reactions