コード例 #1
0
ファイル: UnitTest1.cs プロジェクト: NickStrupat/Hemo
 public override Int32 VisitBooleanLiteral(HemoParser.BooleanLiteralContext context) => AddToLiterals(Boolean.Parse(context.GetChild(0).GetText()));