libcubescript/src
Daniel Kolesa d1e131dbf6 don't rely on MAX_ARGUMENTS where not necessary 2021-03-27 23:43:55 +01:00
..
cs_bcode.cc get rid of some indirections 2021-03-25 01:52:03 +01:00
cs_bcode.hh get rid of some indirections 2021-03-25 01:52:03 +01:00
cs_error.cc move public state methods where they belong 2021-03-27 00:26:59 +01:00
cs_gen.cc don't rely on MAX_ARGUMENTS where not necessary 2021-03-27 23:43:55 +01:00
cs_gen.hh don't rely on MAX_ARGUMENTS where not necessary 2021-03-27 23:43:55 +01:00
cs_ident.cc move public state methods where they belong 2021-03-27 00:26:59 +01:00
cs_ident.hh move public state methods where they belong 2021-03-27 00:26:59 +01:00
cs_parser.cc eliminate more future private accesses 2021-03-26 02:59:42 +01:00
cs_parser.hh rename namespace to cubescript 2021-03-23 23:32:25 +01:00
cs_state.cc don't rely on MAX_ARGUMENTS where not necessary 2021-03-27 23:43:55 +01:00
cs_state.hh hide internal_state from public state struct 2021-03-25 01:37:42 +01:00
cs_std.cc make p_tstate actually private 2021-03-26 03:05:14 +01:00
cs_std.hh eliminate more future private accesses 2021-03-26 02:59:42 +01:00
cs_strman.cc make p_tstate actually private 2021-03-26 03:05:14 +01:00
cs_strman.hh rename namespace to cubescript 2021-03-23 23:32:25 +01:00
cs_thread.cc move the VM stack off the real stack + std cleanups 2021-03-24 22:38:29 +01:00
cs_thread.hh move the owner tag inside 2021-03-25 01:55:47 +01:00
cs_val.cc make p_tstate actually private 2021-03-26 03:05:14 +01:00
cs_vm.cc don't rely on MAX_ARGUMENTS where not necessary 2021-03-27 23:43:55 +01:00
cs_vm.hh move public state methods where they belong 2021-03-27 00:26:59 +01:00
lib_base.cc make p_tstate actually private 2021-03-26 03:05:14 +01:00
lib_list.cc make p_tstate actually private 2021-03-26 03:05:14 +01:00
lib_math.cc rename namespace to cubescript 2021-03-23 23:32:25 +01:00
lib_str.cc make p_tstate actually private 2021-03-26 03:05:14 +01:00
meson.build hide internal_state from public state struct 2021-03-25 01:37:42 +01:00