summaryrefslogtreecommitdiff
path: root/language/bytecode.ott
diff options
context:
space:
mode:
authorAlasdair Armstrong2018-02-13 19:18:34 +0000
committerAlasdair Armstrong2018-02-13 20:47:53 +0000
commitf10a3973ec9e4f26fa78eb479fbeacc6caa0dcbf (patch)
tree9e8ddc4b42365f00469fd9e2261c9b79958d11f8 /language/bytecode.ott
parentee7ee68027547631e9b264c0c2f258f24407792a (diff)
Support for large bitvector literals in C backend
Diffstat (limited to 'language/bytecode.ott')
-rw-r--r--language/bytecode.ott2
1 files changed, 2 insertions, 0 deletions
diff --git a/language/bytecode.ott b/language/bytecode.ott
index 19c4d9cc..161be4b3 100644
--- a/language/bytecode.ott
+++ b/language/bytecode.ott
@@ -137,6 +137,8 @@ cdef :: 'CDEF_' ::=
} {
instr0 ; ... ; instri
} :: :: let
+% The first list of instructions creates up the global letbinding, the
+% second kills it.
| function id mid ( id0 , ... , idn ) {
instr0 ; ... ; instrm
} :: :: fundef \ No newline at end of file