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

Add JSON representation to those emitted by InstructionParser. #3651

Closed
wants to merge 1 commit into from

Conversation

brixen
Copy link
Member

@brixen brixen commented May 5, 2016

This is intended to be a machine-readable description of all
VM instructions to be used to produce arbitrary forms of
documentation and tooling for the VM without requiring integration
into InstructionParser itself.

This is intended to be a machine-readable description of all
VM instructions to be used to produce arbitrary forms of
documentation and tooling for the VM without requiring integration
into InstructionParser itself.
@brixen
Copy link
Member Author

brixen commented Aug 4, 2016

All of the instruction data is now contained in .json files per instruction. See 2f599f8. There is still more work to do to generate all the compiler and VM files that are needed from those json files, but the new configuration addresses the use case for this ticket and branch.

/c @jemc

@brixen brixen closed this Aug 4, 2016
@jemc
Copy link
Member

jemc commented Aug 4, 2016

Thanks for taking care of it - sorry I haven't been able to be of more help recently.

@jemc jemc deleted the decouple-instruction-parser branch August 4, 2016 16:21
@brixen
Copy link
Member Author

brixen commented Aug 4, 2016

@jemc no worries! Massive restructuring of the instructions to support all the new functionality (like functions), so I'll be curious to hear your thoughts when you have time. Working up a demo of compiling a stand-alone exe from a simple file with functions, so this may bring us pretty close to experimenting with Pony-style stuff.

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

2 participants