Update ANTLR grammar documentation 30/97930/1
authorRobert Varga <robert.varga@pantheon.tech>
Sat, 16 Oct 2021 14:37:07 +0000 (16:37 +0200)
committerRobert Varga <robert.varga@pantheon.tech>
Sat, 16 Oct 2021 14:37:07 +0000 (16:37 +0200)
commit14a6cffdf041e14ea2940306502fd762f7decc6c
tree1afc88bcce76a49bee9fa8ddc5b5d58b8570ceee
parent5442bfd168f34d386e872817ba5ce612d75c80d8
Update ANTLR grammar documentation

We have a mis-reference and its parser section needs point out that
the end result is not a complete YANG structure as per ABNF, but rather
the equivalent of lexer stream, which is interpreted in Java code.

Change-Id: I36619c864feba8b1583c83bc2ab2cab465b6bba5
Signed-off-by: Robert Varga <robert.varga@pantheon.tech>
parser/yang-parser-antlr/src/main/antlr4/org/opendaylight/yangtools/yang/parser/antlr/YangStatementLexer.g4
parser/yang-parser-antlr/src/main/antlr4/org/opendaylight/yangtools/yang/parser/antlr/YangStatementParser.g4