diff -r 4450e746dc34 -r eed176af3cc6 tools/PascalUnitSyntaxTree.hs --- a/tools/PascalUnitSyntaxTree.hs Tue Feb 07 01:18:03 2012 +0100 +++ b/tools/PascalUnitSyntaxTree.hs Tue Feb 07 01:18:29 2012 +0100 @@ -99,6 +99,7 @@ | BTChar | BTString | BTInt + | BTBool | BTRecord [(String, BaseType)] | BTArray BaseType BaseType | BTFunction