Enhance parser and add a few functions, fix hex parsing #4
Loading…
x
Reference in New Issue
Block a user
No description provided.
Delete Branch "fix-parser"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Unify all numbers under double type
A bit lazy, but is easily maintainable. Precision is enough for most use cases.
Add more functions
Add
num,parselit,str.Fix hex parser error
Previously the "0x" was greedy and matches single zeros, which then raised a parsing error because it couldn't match a hex number.