コード例 #1
0
 public override void ExitHtmlCloseTag([NotNull] TxMarkParser.HtmlCloseTagContext context)
 {
     _compileContext.Pop();
     _compileContext.PopTag(context.word().GetText());
 }