1 # Future self: the vertical bar is being used here as a delimiter in
2 # the input file, not in the usual alternate-choice regex meaning.
4 s/^# \(.*\)/ { 0, 0, "\1", NULL, },/
5 s/^#W \(.*\)/ { 0, 0, NULL, "\1" },/
6 s/\([^|]*\)|\([^|]*\)|\([^|]*\)|\([^|]*\)|\(.*\)/ { \1, \2, "\3", "\4", \5 },/