tools/PascalUnitSyntaxTree.hs
changeset 7019 333afe233886
parent 6967 1224c6fb36c3
child 7032 5685ca1ec9bf
equal deleted inserted replaced
7018:6a1f46c026bf 7019:333afe233886
   103     | BTInt
   103     | BTInt
   104     | BTBool
   104     | BTBool
   105     | BTFloat
   105     | BTFloat
   106     | BTRecord [(String, BaseType)]
   106     | BTRecord [(String, BaseType)]
   107     | BTArray Range BaseType BaseType
   107     | BTArray Range BaseType BaseType
   108     | BTFunction BaseType
   108     | BTFunction Int BaseType
   109     | BTFunctionReturn String BaseType
   109     | BTFunctionReturn String BaseType
   110     | BTPointerTo BaseType
   110     | BTPointerTo BaseType
   111     | BTUnresolved String
   111     | BTUnresolved String
   112     | BTSet BaseType
   112     | BTSet BaseType
   113     | BTEnum [String]
   113     | BTEnum [String]