About
Option for the grammar
Articles Related
Syntax
Antlr
antlr4 -Dname=value T.g4
# example
antlr4 -Dlanguage=C T.g4
Grammar file
Grammar options are specified using the following syntax.
options {
name = 'value';
. . .
}
Option for the grammar
antlr4 -Dname=value T.g4
# example
antlr4 -Dlanguage=C T.g4
Grammar options are specified using the following syntax.
options {
name = 'value';
. . .
}