gosyn 0.2.2

Golang syntax parser in Rust
Documentation
1
2
3
4
5
6
7
8
9
# gosyn

Golang's syntax parser in Rust follow by the [Specification](https://go.dev/ref/spec).

Performance is bad for now because of many unnecessary utf-8 decode in scanner(see #1 and [flamegraph](./.github/flamegraph.svg) for details).

## documentation

See https://docs.rs/gosyn