We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
@dehilsterlexis This code generates errors an error file, but does NOT show up in the GUI. (input like 13-1 at end of text)
@pre <1,1> length(2); <3,3> length(1); @post ++S("truncated"); S("num1") = num(nodetreetext(N(1))); S("num2_truncated") = num(nodetreetext(N(2))); ### ERROR!!! Should be N(3) singler(1,3); @rules _numDash <- _xNUM _xWILD [one match=( \/ \- )] _xNUM _xEND @@
The text was updated successfully, but these errors were encountered:
@amnonma I'm not being able to reproduce this. I can't find an error in any of the files.
Sorry, something went wrong.
No branches or pull requests
@dehilsterlexis
This code generates errors an error file, but does NOT show up in the GUI. (input like 13-1 at end of text)
@pre
<1,1> length(2);
<3,3> length(1);
@post
++S("truncated");
S("num1") = num(nodetreetext(N(1)));
S("num2_truncated") = num(nodetreetext(N(2))); ### ERROR!!! Should be N(3)
singler(1,3);
@rules
_numDash <-
_xNUM
_xWILD [one match=( \/ \- )]
_xNUM
_xEND
@@
The text was updated successfully, but these errors were encountered: