forked from jasder/antlr
add AssertIsList() template; sync with 5c52288845
This commit is contained in:
parent
cc804e57a1
commit
73fd170b62
|
@ -168,6 +168,8 @@ Concat(a,b) ::= "<a><b>"
|
|||
|
||||
DeclareLocal(s,v) ::= "Object <s> = <v>;"
|
||||
|
||||
AssertIsList(v) ::= "System.Collections.IList __ttt__ = <v>;" // just use static type system
|
||||
|
||||
AssignLocal(s,v) ::= "<s> = <v>;"
|
||||
|
||||
InitIntMember(n,v) ::= <%int <n> = <v>;%>
|
||||
|
|
Loading…
Reference in New Issue