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

5 backends #6

Merged
merged 4 commits into from Jun 15, 2020
Merged

5 backends #6

merged 4 commits into from Jun 15, 2020

Conversation

skx
Copy link
Owner

@skx skx commented Jun 15, 2020

This pull request, once complete, will significantly overhaul our code:

  • Drop most code from main.go and move it into packages.
  • Allow compilation of our program via either nasm or gcc
    • By allowing the user to choose a suitable backend

Current status is that assembly generation works as well as it did before, but we don't yet have a working C-backend.

Once complete this will close #5.

@skx skx merged commit 644b0ee into master Jun 15, 2020
@skx skx deleted the 5-backends branch June 15, 2020 07:18
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.

Support both C & Assembly
1 participant