Replies: 1 comment 4 replies
-
|
Beta Was this translation helpful? Give feedback.
4 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hey exodrifter,
I started to implement Rumor into my game, but I'm running into a few problems that are probably related to me not fully understanding the capabilities of the expression system yet.
First of all: Do you have support for comments? Basically: Can I comment out lines of rumor code for it to be ignored fully by the parser? I tried to look into the parser code, but it's a bit more
Second question: The current error messages are often not very helpful. I guess that comes down to how the Parser Combinator is set up. Do you have some tips on how to interpret the error messages? How do you usually go about this and figure out what's wrong? For example: the index the error message is specifying is difficult to interpret, as I'm not sure if it strips any whitespace for this or not.
Third question: Can it be that Functions are not fully supported for Bindings yet? I can link, bind and use Actions no problem, but functions fail already on the compile step. Right now I'm using a work-around by setting a "return_value" variable on the scope from an action call, but it's very hacky.
I hope you can help with this,
Loofou
Beta Was this translation helpful? Give feedback.
All reactions