Naruyoko
Naruyoko
This is probably more a missing feature since I don't remember implementing it. I could consider adding the support when I refactor the parsing code in the future.
[α 1.3.5](https://github.com/Naruyoko/ExpantaNum.js/releases/tag/%CE%B1-1.3.5)
BigInt is available is TypeScript since 3.2. I'm not sure if it works with whatever ECMAScipt version is targeted though. https://www.typescriptlang.org/docs/handbook/release-notes/typescript-3-2.html#bigint
I will do this when I rewrite it in TypeScript...
I can fix `fromJSON`. However outputting JSON string instead of an Object for `toJSON` breaks `JSON.stringify`. See also [`serializeMode`](https://naruyoko.github.io/ExpantaNum.js/docs.html#o.serializeMode) (or maybe I should completely replace `toJSON` to output string?).
For me, having the live log open while playing causes it to hog more and more memory over time. It has occasionally consumed so much (several GBs after ~30 mins...
I opened the DevTools and used the Allocation instrumentation on timeline on a short session, which accumulated ~1.1 GB memory. This is the non-unfolded view of constructor calls, I will...
Opening the first items recursively (which holds almost 100% of memory) looks like this. 
I like TIO's HW samples on C-like languages because it gives me access to a template for a working program right from the page. I would like to use such...
The change has not reached the production site yet. It might take a couple of days.