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

Link CPython #6

Merged
merged 3 commits into from
Jun 12, 2024
Merged

Link CPython #6

merged 3 commits into from
Jun 12, 2024

Conversation

Rexicon226
Copy link
Owner

Instead of the nasty shell call we had before, we're building CPython from source into a static library, and linking that.

I'm superseding #5, because a. I don't want to write a frontend and b. I want to focus on the VM and getting that up to speed first.

Goals are, building CPython as a build.zig.zon dep, and being able to compile to some other architectures like RISC-V.

@Rexicon226 Rexicon226 force-pushed the cpython branch 2 times, most recently from 6f49257 to 0561b03 Compare June 12, 2024 05:02
@Rexicon226 Rexicon226 merged commit af0626b into master Jun 12, 2024
1 check passed
@Rexicon226 Rexicon226 deleted the cpython branch June 12, 2024 07:45
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