Skip to content

v0.0.20: Json module (#517)

Compare
Choose a tag to compare
@github-actions github-actions released this 10 Dec 03:06
· 9 commits to master since this release
93454ad
* LSP: Beginning a language server

Right now all it does is listen to stdin, and write the messages it
receives to a log file. But, quite a few standard library functions
needed to be added to get to this point.

* Adding json module to std

* Removing commented-out code

* Fixing test