feat: parse content text (base case).
This commit is contained in:
7
InkBlot/InkBlotAntlrGrammar.g4
Normal file
7
InkBlot/InkBlotAntlrGrammar.g4
Normal file
@@ -0,0 +1,7 @@
|
||||
grammar InkBlotAntlrGrammar;
|
||||
|
||||
import InkBlotAntlrLexer;
|
||||
|
||||
story: contentText+ ;
|
||||
|
||||
contentText: CONTENT_TEXT_NO_ESCAPE_SIMPLE ;
|
||||
Reference in New Issue
Block a user