On Fri, Jul 17, 2020 at 8:28 AM xie cui <cuiwei...@gmail.com> wrote:
>
> is golang(1.13)'s parser is a LL(1) parser?

The parser used by the gc compiler is a recursive descent parser
(https://golang.org/src/cmd/compile/internal/syntax/parser.go).

Ian

-- 
You received this message because you are subscribed to the Google Groups 
"golang-nuts" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to golang-nuts+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/golang-nuts/CAOyqgcX90E60Tmbq%2B58yb72xacUqj65Wb4YjOUFykutO5twHeg%40mail.gmail.com.

Reply via email to