Replies: 2 comments 2 replies
-
All your examples are "or" operations. Does this mean you interpret "p and q or r" as [F, T]? |
Beta Was this translation helpful? Give feedback.
1 reply
-
Also, what is the significance of the second element (the integer) in each of your example tuples? |
Beta Was this translation helpful? Give feedback.
1 reply
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.
-
Hello there
I am trying to build a parser following this example. But how would I go about implementing say count of Booleans in my matches?
As you can see, I am interested in counting booleans in the last level while resolving.
Beta Was this translation helpful? Give feedback.
All reactions