cdibbs / language-jison

Jison syntax definition for the Atom editor and Github linguist.
MIT License
6 stars 2 forks source link

Jison technically allows inline %lex ... /lex sections. Support these. #3

Closed cdibbs closed 7 years ago

cdibbs commented 7 years ago

Support the following inline syntax:

%lex name . %% {name} return yytext; %% console.log('some javascript'); /lex