libcubescript/src
Daniel Kolesa b26bae3ec5 move standard library init outside state, make it never error 2021-04-11 19:36:41 +02:00
..
cs_bcode.cc hide bcode pointers from public api 2021-04-10 03:37:59 +02:00
cs_bcode.hh hide internal_state from all public headers 2021-04-11 18:46:45 +02:00
cs_error.cc do not access parser state from error 2021-04-10 03:51:08 +02:00
cs_gen.cc do not access parser state from error 2021-04-10 03:51:08 +02:00
cs_gen.hh remove leftover junk 2021-04-10 03:01:41 +02:00
cs_ident.cc halve the size of any_value by removing state pointer from it 2021-04-11 03:32:33 +02:00
cs_ident.hh halve the size of any_value by removing state pointer from it 2021-04-11 03:32:33 +02:00
cs_parser.cc clean up command call parsing 2021-04-11 00:13:10 +02:00
cs_parser.hh clean up command call parsing 2021-04-11 00:13:10 +02:00
cs_state.cc move standard library init outside state, make it never error 2021-04-11 19:36:41 +02:00
cs_state.hh move standard library init outside state, make it never error 2021-04-11 19:36:41 +02:00
cs_std.cc hide thread_state, remove state::thread_pointer() 2021-04-05 04:10:39 +02:00
cs_std.hh remove most variable code and leave it to user-defined handlers 2021-04-03 03:16:57 +02:00
cs_strman.cc hide internal_state from all public headers 2021-04-11 18:46:45 +02:00
cs_strman.hh only store trivial types in any_value (manage strrefs manually) 2021-04-11 03:55:16 +02:00
cs_thread.cc rename codegen_state to parser_state and move it 2021-04-08 23:35:30 +02:00
cs_thread.hh do not access parser state from error 2021-04-10 03:51:08 +02:00
cs_val.cc only store trivial types in any_value (manage strrefs manually) 2021-04-11 03:55:16 +02:00
cs_vm.cc halve the size of any_value by removing state pointer from it 2021-04-11 03:32:33 +02:00
cs_vm.hh halve the size of any_value by removing state pointer from it 2021-04-11 03:32:33 +02:00
lib_base.cc move standard library init outside state, make it never error 2021-04-11 19:36:41 +02:00
lib_list.cc move standard library init outside state, make it never error 2021-04-11 19:36:41 +02:00
lib_math.cc move standard library init outside state, make it never error 2021-04-11 19:36:41 +02:00
lib_str.cc move standard library init outside state, make it never error 2021-04-11 19:36:41 +02:00
meson.build move include install logic outside src/ 2021-04-07 02:03:41 +02:00