about summary refs log tree commit diff stats
path: root/build4
diff options
context:
space:
mode:
authorKartik Agaram <vc@akkartik.com>2019-04-12 10:51:33 -0700
committerKartik Agaram <vc@akkartik.com>2019-04-12 10:59:43 -0700
commitfb2ffbd0960d8e9a9e8fd9daa9dc688405016ba2 (patch)
tree3912dc655f1a2924b379dd05acf322da4fc89640 /build4
parent61b8fe6b18c6314268ed24d79bf99de6f55be63b (diff)
downloadmu-fb2ffbd0960d8e9a9e8fd9daa9dc688405016ba2.tar.gz
5085 - 'assort' phase done!
Current plan for SubX translator:

  $ cat files.subx ... |assort |pack |survey |hex > a.out

Higher-level notations will be inserted at the start of the pipeline. The
first (and needed for bootstrapping) is for string literals.

  $ cat files.subx ... |string-literals |assort |pack |survey |hex > a.out

Alternatively, we should check how often we use string literals and just
convert them by hand.

They're used all over in tests, and converting them would make tests hard
(even harder) to read.
Diffstat (limited to 'build4')
0 files changed, 0 insertions, 0 deletions
ref='#n108'>108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182