Go grammar is not LL(1) AFAICT. It's very close to LALR(1), but with an
ambiguity that has a fully defined resolution in the language specification.


On Fri, Jul 17, 2020, 17:28 xie cui <cuiwei...@gmail.com> wrote:

> is golang(1.13)'s parser is a LL(1) parser?
>
> --
> 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/e76ff1b7-926f-4859-b358-2aa20df562ffn%40googlegroups.com
> <https://groups.google.com/d/msgid/golang-nuts/e76ff1b7-926f-4859-b358-2aa20df562ffn%40googlegroups.com?utm_medium=email&utm_source=footer>
> .
>
>

-- 
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/CAA40n-WyPtHppbdWKJHebfUHWOno8zu5BqCcPstkFNnGA%3DtReQ%40mail.gmail.com.

Reply via email to