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

JSON type and parsing #555

Open
danieljharvey opened this issue Mar 12, 2022 · 2 comments
Open

JSON type and parsing #555

danieljharvey opened this issue Mar 12, 2022 · 2 comments
Labels
Milestone stdlib function for stdlib

Comments

@danieljharvey
Copy link
Owner

A good measure of how usable the language is would be to implement a JSON type and functions to parse a string into it and print out from it. Need a Map type for this, this should be implementable as a regular data type though.

@danieljharvey danieljharvey added stdlib function for stdlib Milestone labels Mar 12, 2022
@danieljharvey
Copy link
Owner Author

This is going well but has brought up a shitload of issues around typechecking and interpreter performance.

@danieljharvey
Copy link
Owner Author

I suppose that’s the point.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Milestone stdlib function for stdlib
Projects
None yet
Development

No branches or pull requests

1 participant