diff options
author | Camil Staps | 2023-01-31 14:07:03 +0100 |
---|---|---|
committer | Camil Staps | 2023-01-31 14:07:03 +0100 |
commit | 4b7d499c3dbd5586aa855e54367d95930fd42a81 (patch) | |
tree | f4def722b898475cb191651b5cad0b5e69cd6f2f /snug-clean/src/MIPS/MIPS32.dcl | |
parent | Add compilation for symbols with arity 0 (diff) |
Minor improvements; implement saturated function and constructor applications
Diffstat (limited to 'snug-clean/src/MIPS/MIPS32.dcl')
-rw-r--r-- | snug-clean/src/MIPS/MIPS32.dcl | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/snug-clean/src/MIPS/MIPS32.dcl b/snug-clean/src/MIPS/MIPS32.dcl index a2c85dc..6e5ff44 100644 --- a/snug-clean/src/MIPS/MIPS32.dcl +++ b/snug-clean/src/MIPS/MIPS32.dcl @@ -6,6 +6,7 @@ from StdOverloaded import class toString = StartSection !String | Align !Int | Label !Label + | Global !Label | Instr !Instruction | RawByte !Int | RawWord !Int |