Open DmitrySoshnikov opened 7 years ago
We should provide an ability to access lexer (e.g. to change its state) from semantic actions of productions:
e: e + e { yy.lexer.pushState('condition'); ... }
We should provide an ability to access lexer (e.g. to change its state) from semantic actions of productions: