diff options
Diffstat (limited to '999spaces.cc')
-rw-r--r-- | 999spaces.cc | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/999spaces.cc b/999spaces.cc index a9247a5d..1e85f908 100644 --- a/999spaces.cc +++ b/999spaces.cc @@ -45,9 +45,8 @@ assert(Max_callstack_depth == 9989); //: ↳ 56.4 fill in reply ingredients //: //: begin type modifying transforms -//: ↱ 56.3 deduce types from header -//: 56 check reply instructions against header -//: 48 check types by name +//: 56.3 deduce types from header +//: 48 check or set types by name //: --- //: 30 check or set invalid containers //: end type modifying transforms @@ -56,6 +55,7 @@ assert(Max_callstack_depth == 9989); //: 13 update instruction operation //: 40 transform braces //: 41 transform labels +//: //: ↱ 46 collect surrounding spaces //: 42 transform names //: end instruction modifying transforms @@ -64,5 +64,7 @@ assert(Max_callstack_depth == 9989); //: --- //: 21 check instruction //: ↳ 43 transform 'new' to 'allocate' +//: +//: 56 check reply instructions against header //: end checks //: end transforms |