about summary refs log tree commit diff stats
path: root/031transforms.cc
diff options
context:
space:
mode:
authorKartik Agaram <vc@akkartik.com>2020-05-17 01:05:11 -0700
committerKartik Agaram <vc@akkartik.com>2020-05-18 00:44:50 -0700
commit39fc2b831f0e2e67380b6183136a62464803ce23 (patch)
tree0b9b1299657f03898757a5d1d518463881f8425f /031transforms.cc
parent02dade7b224043717bc8e2e15eaa743ec4554550 (diff)
downloadmu-39fc2b831f0e2e67380b6183136a62464803ce23.tar.gz
mu.subx: global decls for all string handles
My previous approach was way too slow. Now I just `grep`d for all string
literals in the `Primitives` block, and piped them through:

  while read X; do echo $X |tools/expand_string_handle; done

Still required some post-processing, but orders of magnitude faster and
more amenable to batch-processing.
Diffstat (limited to '031transforms.cc')
0 files changed, 0 insertions, 0 deletions
102 103 104 105 106 107 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