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

Adds JS compilation target stub. #175

Merged
merged 50 commits into from
Dec 31, 2023
Merged

Adds JS compilation target stub. #175

merged 50 commits into from
Dec 31, 2023

Conversation

Idorobots
Copy link
Owner

@Idorobots Idorobots commented Dec 10, 2023

Closes #20 - adds a CLI entry point that allows compiling, executing and running the REPL.
Closes #33 - builds out the code gen to support multiple targets.
Closes #74 - adds a REPL.
Closes #180 - added that as a recognized character.
Refs #176 - this is just a stub of the full runtime.

TODO:

  • Add a CLI tool to easier run the different compilation targets.
  • Add a basic JS codegen stub.
  • Extract the code generators into a separate directory structure.
    • Codegens.
    • Bootstrap code.
  • [ ] Extract the runtime(s) into a separate directory structure. Will be done as part of Modularize the runtime #69
  • Add e2e tests for different targets.
  • Add REPL tests.

@Idorobots Idorobots changed the title Adds JS compilation target. Adds JS compilation target stub. Dec 15, 2023
@Idorobots Idorobots merged commit 9d50eb6 into master Dec 31, 2023
1 check passed
@Idorobots Idorobots deleted the js-target branch December 31, 2023 17:39
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
1 participant