diff options
Diffstat (limited to 'ABC/Assembler.dcl')
-rw-r--r-- | ABC/Assembler.dcl | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/ABC/Assembler.dcl b/ABC/Assembler.dcl index 63880e7..618a885 100644 --- a/ABC/Assembler.dcl +++ b/ABC/Assembler.dcl @@ -15,6 +15,7 @@ from ABC.Machine.GraphStore import ::Desc :: Annotation = DAnnot Int [BasicType] | OAnnot Int [BasicType] + | RawAnnot [String] :: BasicType = BT_Bool @@ -84,6 +85,7 @@ from ABC.Machine.GraphStore import ::Desc | LtI | MulI | SubI + // Clean compiler additions | Comment String | Annotation Annotation |