antlr error 63 code example
Example: antlr missing argument for lexer command 'channel'
/* missing argument for lexer command 'channel' */
// Use the correct sintax
-> channel('HIDDEN') // X WRONG
-> channel(HIDDEN) // V GOOD
/* missing argument for lexer command 'channel' */
// Use the correct sintax
-> channel('HIDDEN') // X WRONG
-> channel(HIDDEN) // V GOOD