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

Compile Common Stack Automaton to lambdas #105

Open
6 tasks
kamil-adam opened this issue Oct 16, 2022 · 0 comments
Open
6 tasks

Compile Common Stack Automaton to lambdas #105

kamil-adam opened this issue Oct 16, 2022 · 0 comments
Assignees
Labels
bug Something isn't working

Comments

@kamil-adam
Copy link
Contributor

kamil-adam commented Oct 16, 2022

Before compile, we have to do these optimize:


  • Transform IL to Blocked Instruction List - every block start from label (static/string label or dynamic/natural label)
  • Use StateMonad RuntimeContext (Option Label) for lambdas
    • None is next block
  • Wrap lambdas by custom continuation.

Required:

@kamil-adam kamil-adam added the enhancement New feature or request label Oct 16, 2022
@kamil-adam kamil-adam added this to the 2. Word Automata milestone Oct 16, 2022
@kamil-adam kamil-adam added bug Something isn't working and removed enhancement New feature or request labels Nov 1, 2022
@kamil-adam kamil-adam pinned this issue Nov 2, 2022
@kamil-adam kamil-adam changed the title Compile slow languahes to lambdas Compile Common Automaton to lambdas Nov 26, 2022
@kamil-adam kamil-adam changed the title Compile Common Automaton to lambdas Compile Common Stack Automaton to lambdas Feb 13, 2023
@kamil-adam kamil-adam unpinned this issue Mar 27, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants