8000 Implement the top level binary · Issue #2 · RustPython/RustPython · GitHub
[go: up one dir, main page]

Skip to content

Implement the top level binary #2

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

Closed
shinglyu opened this issue Jun 6, 2018 · 1 comment
Closed

Implement the top level binary #2

shinglyu opened this issue Jun 6, 2018 · 1 comment

Comments

@shinglyu
Copy link
Contributor
shinglyu commented Jun 6, 2018

The top level project should be able to just cargo run file.py

We need to:

  1. Make the parser and VM crates
  2. Make parser emits VM-compatiable bytecode
  3. Connect them in the top level project src
@shinglyu
Copy link
Contributor Author

Done, although the ast -> PyCodeObject code generator is not ready

windelbouwman pushed a commit that referenced this issue May 21, 2019
youknowone pushed a commit to qingshi163/RustPython that referenced this issue Mar 18, 2024
Compile regex patterns for tests with a script
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

No branches or pull requests

1 participant
0