You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello, I am playing with your project and it seems that it has a great potential.
I am writing a simple boolean language based on the example here: https://parsica-php.github.io/docs/tutorial/20_expressions.
The difference here is that my terms are not starting with $ sign.
Currently the string "nothing" is picked up as two pieces:
NOT + hing. NOT is an operator and hing is a term.
Is there a way "nothing" to be parsed as term?
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Hello, I am playing with your project and it seems that it has a great potential.
I am writing a simple boolean language based on the example here:
https://parsica-php.github.io/docs/tutorial/20_expressions.
The difference here is that my terms are not starting with $ sign.
Currently the string "nothing" is picked up as two pieces:
NOT + hing. NOT is an operator and hing is a term.
Is there a way "nothing" to be parsed as term?
Beta Was this translation helpful? Give feedback.
All reactions