libcubescript/tools
Daniel Kolesa da7548664c remove b and F arg types + renames + set default args to none
setting default args to none rather than whatever default
value allows for easily checking whether the arg was set,
without losing anything (since e.g. calling get_integer on
a none value still returns a 0)

'b' and 'F' were kinda ugly and handled special niches, which
are no longer a thing now that we're defaulting to none
2021-04-29 01:40:55 +02:00
..
edit_fallback.hh return refs for new_*var and new_ident (guarantee valid result) 2021-04-05 19:52:13 +02:00
edit_linenoise.hh return refs for new_*var and new_ident (guarantee valid result) 2021-04-05 19:52:13 +02:00
linenoise.hh update compiler compat note + lowercase windows.h in linenoise 2021-04-15 20:59:30 +02:00
meson.build drop readline support in repl 2021-04-12 20:43:19 +02:00
repl.cc remove b and F arg types + renames + set default args to none 2021-04-29 01:40:55 +02:00