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

Add eval construct / wire up to Simala's #eval decl; fix / defer some Langium grammar issues; fix some backend parser bugs #81

Merged
merged 17 commits into from
Sep 12, 2024

Commits on Sep 12, 2024

  1. Grammar: Clean up; add note

    ym-han committed Sep 12, 2024
    Configuration menu
    Copy the full SHA
    39d618d View commit details
    Browse the repository at this point in the history
  2. Grammar: More clean up

    ym-han committed Sep 12, 2024
    Configuration menu
    Copy the full SHA
    cc9ae84 View commit details
    Browse the repository at this point in the history
  3. Langium Grammar: Add @REPORT

    ym-han committed Sep 12, 2024
    Configuration menu
    Copy the full SHA
    95b6f17 View commit details
    Browse the repository at this point in the history
  4. Langium Grammar: Disambiguate InfixActionApp from InfixPredicateApp w…

    …ith short-term additional syntax (probably want to just have overloaded syntax for this in the longer term)
    
    Clean up / refactor examples
    ym-han committed Sep 12, 2024
    Configuration menu
    Copy the full SHA
    9c67fea View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    f2197cd View commit details
    Browse the repository at this point in the history
  6. Add @report to more examples

    ym-han committed Sep 12, 2024
    Configuration menu
    Copy the full SHA
    3db4e42 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    2b7eba9 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    51462de View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    04bdf19 View commit details
    Browse the repository at this point in the history
  10. Bump simala dep

    ym-han committed Sep 12, 2024
    Configuration menu
    Copy the full SHA
    2ba8ffc View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    15b871d View commit details
    Browse the repository at this point in the history
  12. Clean up examples

    ym-han committed Sep 12, 2024
    Configuration menu
    Copy the full SHA
    eec30ce View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    e25adce View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    2c1b1f4 View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    e05e1ee View commit details
    Browse the repository at this point in the history
  16. Fix unary expr backend parsing

    ym-han committed Sep 12, 2024
    Configuration menu
    Copy the full SHA
    053bd00 View commit details
    Browse the repository at this point in the history
  17. Update lam4-cli/app/Main.hs with @fendor's simplification

    Co-authored-by: fendor <[email protected]>
    ym-han and fendor authored Sep 12, 2024
    Configuration menu
    Copy the full SHA
    b81bd49 View commit details
    Browse the repository at this point in the history