diff options
author | Kartik Agaram <vc@akkartik.com> | 2020-05-17 01:05:11 -0700 |
---|---|---|
committer | Kartik Agaram <vc@akkartik.com> | 2020-05-18 00:44:50 -0700 |
commit | 39fc2b831f0e2e67380b6183136a62464803ce23 (patch) | |
tree | 0b9b1299657f03898757a5d1d518463881f8425f /archive/Readme.md | |
parent | 02dade7b224043717bc8e2e15eaa743ec4554550 (diff) | |
download | mu-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 'archive/Readme.md')
0 files changed, 0 insertions, 0 deletions