You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Number tokenizing is very long and complex. As of now there isn't a suitable token type for them. The long long needs to be represented with 64-bit integers, which JS does not support natively.
Number tokenizing is very long and complex. As of now there isn't a suitable token type for them. The
long long
needs to be represented with 64-bit integers, which JS does not support natively.Here's some old code with doesn't tokenize, but goes through the basic steps of tokenizing. It is untested.
https://github.com/oftn/coca/blob/4ac315fb329a09871277bbe3a033dc79488993c6/CParse.js
The text was updated successfully, but these errors were encountered: