Hejsil / mecha

A parser combinator library for Zig
MIT License
413 stars 18 forks source link

make ascii.char and utf8.char return u8/u21 #43

Closed lotheac closed 1 year ago

lotheac commented 1 year ago

this makes them consistent with the rest of the parsers in ascii/utf8.

fixes https://github.com/Hejsil/mecha/issues/42

Hejsil commented 1 year ago

Thanks!