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

Begone CPython #5

Closed
wants to merge 8 commits into from
Closed

Begone CPython #5

wants to merge 8 commits into from

Conversation

Rexicon226
Copy link
Owner

Removes our reliance on CPython for compiling Python Bytecode.

TODO:

  • Reach feature parity with the Tokenizer
  • Reach feature parity with the Parser
  • Reach feature parity with the AST
  • Implement the front-end compiler.

In reality, the TODOs won't be reached as the Python Grammar is quite extensive, however I want to get enough done to pass the current behaviour test suite.

@Rexicon226 Rexicon226 self-assigned this Mar 19, 2024
@Rexicon226 Rexicon226 marked this pull request as draft March 19, 2024 10:15
@Rexicon226 Rexicon226 closed this May 19, 2024
@Rexicon226 Rexicon226 deleted the begone-cpython branch May 19, 2024 04:47
@Rexicon226 Rexicon226 mentioned this pull request May 19, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant