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

Register Based VM (partial) and better regcode #40

Merged
merged 18 commits into from Jul 22, 2023
Merged

Conversation

ammarbinfaisal
Copy link
Owner

@ammarbinfaisal ammarbinfaisal commented Jun 21, 2023

No description provided.

call/return does not work
printing string segfault
for-in does not work
@ammarbinfaisal
Copy link
Owner Author

call/return does not work
printing string segfault
for-in does not work

and many other things fail but saving progress here

@ammarbinfaisal
Copy link
Owner Author

now the issues mentioned in the previous comment are fixed

@ammarbinfaisal
Copy link
Owner Author

ammarbinfaisal commented Jun 22, 2023

  • print tuples and maps
  • fix print for lists - comma separated enclosed in [ ]
  • squash other bugs
  • preemptive coroutine scheduling
  • channels as mpsc lock free queues
  • generational gc

@ammarbinfaisal
Copy link
Owner Author

merging before completing the vm

@ammarbinfaisal ammarbinfaisal marked this pull request as ready for review July 20, 2023 07:16
@ammarbinfaisal ammarbinfaisal changed the title Register Based VM Register Based VM (partial) and better regcode Jul 22, 2023
@ammarbinfaisal ammarbinfaisal merged commit 03b1b7c into master Jul 22, 2023
1 check failed
@ammarbinfaisal ammarbinfaisal deleted the regvm branch November 14, 2023 14:34
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.

None yet

1 participant