Hejsil / mecha

A parser combinator library for Zig
MIT License
453 stars 20 forks source link

Add max_digits option to int and intToken #26

Closed Hejsil closed 3 years ago

Hejsil commented 3 years ago

Also noticed that int does not actually parse negative numbers. I'll fix that too.

fixes #25