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

Share environment code between exe and sh backend (WIP) #98

Open
wants to merge 8 commits into
base: main
Choose a base branch
from

Commits on Oct 7, 2024

  1. Configuration menu
    Copy the full SHA
    b850e11 View commit details
    Browse the repository at this point in the history
  2. Remove OPTIMIZE_CONSTANT_PARAM optimization

    It will be added later but this time using `const`
    type qualifier instead of analyzing the code.
    laurenthuberdeau committed Oct 7, 2024
    Configuration menu
    Copy the full SHA
    1ed8ebb View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    5acef76 View commit details
    Browse the repository at this point in the history
  4. Allow local variable declarations anywhere

    Local scoping rules are still to be implemented,
    but I want to make more changes so splitting this
    work in smaller commits to make reviewing easier.
    laurenthuberdeau committed Oct 7, 2024
    Configuration menu
    Copy the full SHA
    0fcc364 View commit details
    Browse the repository at this point in the history
  5. Add basic test

    laurenthuberdeau committed Oct 7, 2024
    Configuration menu
    Copy the full SHA
    f52ed9b View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    b8cd835 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    995eca2 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    b7f7da2 View commit details
    Browse the repository at this point in the history