tools/PascalUnitSyntaxTree.hs
changeset 6816 572571ea945e
parent 6653 d45b6dbd2ad6
child 6826 8fadeefdd352
equal deleted inserted replaced
6815:ed63275e02b7 6816:572571ea945e
   106     | BTFunction
   106     | BTFunction
   107     | BTPointerTo BaseType
   107     | BTPointerTo BaseType
   108     | BTSet BaseType
   108     | BTSet BaseType
   109     | BTEnum [String]
   109     | BTEnum [String]
   110     | BTVoid
   110     | BTVoid
       
   111     | BTUnit
   111     deriving Show
   112     deriving Show