libcubescript/include/cubescript/cubescript
Daniel Kolesa d748b0e671 remove state::get_idents
this was never going to be good from API standpoint, and is no
longer necessary (can use ident_count + get_ident by index with
a loop, for example)
2021-05-16 00:51:26 +02:00
..
callable.hh add assert in lib_base, remove formatting public error api 2021-05-08 17:20:56 +02:00
error.hh memory safe error stack state 2021-05-15 23:27:34 +02:00
ident.hh eliminate type separation between IVAR/FVAR/SVAR 2021-05-07 00:07:13 +02:00
platform.hh add initial doxygen documentation infra 2021-04-15 02:42:06 +02:00
state.hh remove state::get_idents 2021-05-16 00:51:26 +02:00
util.hh drop util::print_stack 2021-05-10 01:49:14 +02:00
value.hh use a regular union for any_value 2021-05-08 06:42:47 +02:00