tools/PascalUnitSyntaxTree.hs
changeset 7042 de20086a6bcc
parent 7032 5685ca1ec9bf
child 7070 8d4189609e90
equal deleted inserted replaced
7041:76a9274f280f 7042:de20086a6bcc
   101     | BTChar
   101     | BTChar
   102     | BTString
   102     | BTString
   103     | BTInt
   103     | BTInt
   104     | BTBool
   104     | BTBool
   105     | BTFloat
   105     | BTFloat
   106     | BTRecord [(String, BaseType)]
   106     | BTRecord String [(String, BaseType)]
   107     | BTArray Range BaseType BaseType
   107     | BTArray Range BaseType BaseType
   108     | BTFunction Int BaseType
   108     | BTFunction Int BaseType
   109     | BTPointerTo BaseType
   109     | BTPointerTo BaseType
   110     | BTUnresolved String
   110     | BTUnresolved String
   111     | BTSet BaseType
   111     | BTSet BaseType