Add parser of utf8 symbols
Open
good first issue
- Dominant language
- Zig
- Stars
- 40
- Forks
- 0
- PR merge metrics
- No merged PRs in 30d
Description
Parcom already has the [char parser](https://dokwork.github.io/parcom/index.html#sources.char). It would be good to have a similar parser for utf8 symbols:
```zig
pub fn utf8(comptime U: u21) ParserCombinator(Utf8(, U))
```
The package [std.unicode](https://ziglang.org/documentation/master/std/#std.unicode) may help in this issue.
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.