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

Implement Mug runtime #16

Open
pdarragh opened this issue Jul 24, 2024 · 2 comments
Open

Implement Mug runtime #16

pdarragh opened this issue Jul 24, 2024 · 2 comments
Assignees
Labels
core Issues for the core functionality

Comments

@pdarragh
Copy link
Collaborator

pdarragh commented Jul 24, 2024

The Mug runtime requires additional external functions that I think will exercise the runtime system capabilities from #1, e.g., memcpy.

@pdarragh pdarragh added the core Issues for the core functionality label Jul 24, 2024
@pdarragh pdarragh self-assigned this Jul 24, 2024
@pdarragh
Copy link
Collaborator Author

pdarragh commented Jul 24, 2024

This also includes implementing Mug tests in tests/langs/ like the other languages.

pdarragh added a commit that referenced this issue Jul 25, 2024
This is part of #16, which is actually about Mug rather than Mountebank. Oops.

Also includes new [runtime/memory-ref] and [runtime/memory-set!] functions that
are made available within the bodies of runtime functions. This avoids the
client having to think about time ticks or getting access to the emulator's
memory directly.
@pdarragh pdarragh changed the title Implement Mountebank runtime Implement Mug runtime Jul 25, 2024
@pdarragh
Copy link
Collaborator Author

Edited references to Mountebank because they should've been about Mug.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
core Issues for the core functionality
Projects
None yet
Development

No branches or pull requests

1 participant