mirror of
https://codeberg.org/dnkl/yambar.git
synced 2025-04-22 20:25:39 +02:00
Flex regexps are greedy. This means '"foo" || "bar"' will return 'foo" || "bar', which is obviously wrong. Use "start conditions" to implement non-greedy matching. Closes #302 |
||
---|---|---|
.. | ||
dynlist.c | ||
dynlist.h | ||
empty.c | ||
list.c | ||
map.c | ||
map.h | ||
map.l | ||
map.y | ||
meson.build | ||
progress-bar.c | ||
ramp.c | ||
string.c |