This is my attempt at a js version. parse is working - now working on encode.
There is really nothing stopping it from working in browser other than I am currently working on it as an npm/node js package.
I can successfully load datomic schemas and .dtm files which I think is a pretty good test.
Need a lot more tests around int/float wrt the arbitrary precision. I would love to have some pull requests if anyone wants to write valid tests which break it.
This is my attempt at a js version. parse is working - now working on encode.
There is really nothing stopping it from working in browser other than I am currently working on it as an npm/node js package.
I can successfully load datomic schemas and .dtm files which I think is a pretty good test.
Need a lot more tests around int/float wrt the arbitrary precision. I would love to have some pull requests if anyone wants to write valid tests which break it.