agtest/test/agtest.ag

10 lines
85 B
Text
Raw Permalink Normal View History

2021-09-30 17:39:08 -05:00
iface Pycode {
pycode: str,
}
node Program : Pycode {
}
node Decl : Pycode {
}