diff options
author | Kartik K. Agaram <vc@akkartik.com> | 2016-02-25 20:58:55 -0800 |
---|---|---|
committer | Kartik K. Agaram <vc@akkartik.com> | 2016-02-25 20:58:55 -0800 |
commit | 5d2a486d9de25dc98d19ef91154e12a8c8efbe87 (patch) | |
tree | 5c658ec3aa3d7916eb9e67ef1ed31276a781c6d4 | |
parent | d0e29245f9d37256093026d5080452db8a694136 (diff) | |
download | mu-5d2a486d9de25dc98d19ef91154e12a8c8efbe87.tar.gz |
2708 - update map of transform ordering
-rw-r--r-- | 999spaces.cc | 16 |
1 files changed, 10 insertions, 6 deletions
diff --git a/999spaces.cc b/999spaces.cc index 8c0b2a60..34017add 100644 --- a/999spaces.cc +++ b/999spaces.cc @@ -44,28 +44,32 @@ assert(Max_callstack_depth == 9989); //: begin instruction modifying transforms //: 56.2 check header ingredients //: ↳ 56.4 fill in reply ingredients +//: 48 check or set types by name //: //: begin type modifying transforms //: 56.3 deduce types from header -//: 48 check or set types by name //: --- //: 30 check or set invalid containers //: end type modifying transforms -//: ↳ 57 static dispatch +//: ↱ 46 collect surrounding spaces +//: ↳ 42 transform names +//: ↳ 57 static dispatch //: --- //: 13 update instruction operation //: 40 transform braces //: 41 transform labels -//: -//: ↱ 46 collect surrounding spaces -//: 42 transform names //: end instruction modifying transforms +//: ↳ 60 check immutable ingredients //: //: begin checks //: --- //: 21 check instruction +//: ↳ 61 check indirect calls against header +//: ↳ 56 check calls against header //: ↳ 43 transform 'new' to 'allocate' -//: +//: 30 check merge calls +//: 36 check types of reply instructions +//: 43 check default space //: 56 check reply instructions against header //: end checks //: end transforms |