Skip to content
New issue

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

Requirement for inlined parselets #120

Open
phorward opened this issue Oct 5, 2023 · 0 comments
Open

Requirement for inlined parselets #120

phorward opened this issue Oct 5, 2023 · 0 comments
Assignees
Labels
feature New feature or request help wanted Extra attention is needed

Comments

@phorward
Copy link
Member

phorward commented Oct 5, 2023

#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.

@phorward phorward added feature New feature or request tokay help wanted Extra attention is needed labels Oct 5, 2023
@phorward phorward removed the tokay label Oct 8, 2023
@phorward phorward pinned this issue Oct 9, 2023
@phorward phorward self-assigned this Oct 22, 2023
@phorward phorward unpinned this issue May 23, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature New feature or request help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

1 participant