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
Is it possible to reference the parameter to Parser.parse() in a parser definition? I.e. something like:
constparser=newParser().choice({tag: "$target.length"choices: {2: /* buffer is two bytes long */,4: /* buffer is four bytes long */,6: /* buffer is six bytes long */}});
Thanks in advance.
The text was updated successfully, but these errors were encountered:
Hello!
Is it possible to reference the parameter to
Parser.parse()
in a parser definition? I.e. something like:Thanks in advance.
The text was updated successfully, but these errors were encountered: