issues
search
antlr
/
antlr4-lab
A client/server for trying out and learning about ANTLR
MIT License
39
stars
11
forks
source link
lab.antlr.org is not displaying the start symbol correctly for javadoc
#72
Open
kaby76
opened
1 year ago
kaby76
commented
1 year ago
Select "javadoc" in the grammar drop-down.
The lexer and parser grammars are correct, but the start symbol is wrong.
grammars.json
contains the correct entry for "start".
There is an issue in the
python indexer
for the grammar: the files under subdirectory examples/javadoc are not listed.