Home | History | Annotate | Download | only in Parser

Lines Matching defs:AST

223 # below is a collection of classes to capture the AST of an AST :-)

227 class AST(object):
230 class Module(AST):
242 class Type(AST):
250 class Constructor(AST):
258 class Field(AST):
277 class Sum(AST):
288 class Product(AST):
317 assert isinstance(object, AST), repr(object)