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
#105 establishes generic parselets and already integrates the feature very close into the language.
Due the removal of the ImlOp::Repeat-construct, Tokay became much slower than before, as more iterations and contexts are created during parsing than before. This reveals the need for parselets being compiled inline. At least, the result should become similar to the code generated by the ImlOp::Repeat-construct before, but as a feature of the Tokay language itself, applicable to any parselet.
This issue currently is only a reminder, but requires action soon.
The text was updated successfully, but these errors were encountered:
#105 establishes generic parselets and already integrates the feature very close into the language.
Due the removal of the
ImlOp::Repeat
-construct, Tokay became much slower than before, as more iterations and contexts are created during parsing than before. This reveals the need for parselets being compiled inline. At least, the result should become similar to the code generated by theImlOp::Repeat
-construct before, but as a feature of the Tokay language itself, applicable to any parselet.This issue currently is only a reminder, but requires action soon.
The text was updated successfully, but these errors were encountered: