davesnx / query-json

Faster, simpler and more portable implementation of `jq` in Reason
https://query-json.netlify.app
BSD 3-Clause "New" or "Revised" License
591 stars 6 forks source link

Compile to JS #1

Closed davesnx closed 4 years ago

davesnx commented 4 years ago

I want to try how far I can get to compile to rescript/BuckleScript.

as a example: Compile mly/build with BuckleScript: https://github.com/rtsao/simple-menhir-bs-re

davesnx commented 4 years ago

https://github.com/davesnx/query-json/pull/21