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

Interpret control flow #5

Open
20 tasks
dcecile opened this issue Mar 19, 2022 · 0 comments
Open
20 tasks

Interpret control flow #5

dcecile opened this issue Mar 19, 2022 · 0 comments
Labels

Comments

@dcecile
Copy link
Member

dcecile commented Mar 19, 2022

Tasks

  • Add pass that builds environments
  • Parse Pentagram method type annotations for arity
  • Parse Python method type annotations for arity
  • Remove automatic conversion of Python methods?
  • Add abilty for methods to accept expression trees
  • Add abilty for methods to accept other metadata
    • File name and line number
    • Preceding comment
  • Parse multi-part methods
  • Change exection from stack to expression
  • Implement control flow
    • or and nor nand
    • iif
    • if elif else
    • for else
    • while else
  • Implement other meta uses
    • test
    • assert
    • dbg
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant