libcubescript/src
Daniel Kolesa d358dd83e7 halve the size of any_value by removing state pointer from it
this brings more advantages too like actually being default
constructible, so it can be used more easily in data structures etc
2021-04-11 03:32:33 +02:00
..
cs_bcode.cc hide bcode pointers from public api 2021-04-10 03:37:59 +02:00
cs_bcode.hh hide bcode pointers from public api 2021-04-10 03:37:59 +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 halve the size of any_value by removing state pointer from it 2021-04-11 03:32:33 +02:00
cs_state.hh return refs for new_*var and new_ident (guarantee valid result) 2021-04-05 19:52:13 +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 halve the size of any_value by removing state pointer from it 2021-04-11 03:32:33 +02:00
cs_strman.hh rename namespace to cubescript 2021-03-23 23:32:25 +01: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 halve the size of any_value by removing state pointer from it 2021-04-11 03:32:33 +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 halve the size of any_value by removing state pointer from it 2021-04-11 03:32:33 +02:00
lib_list.cc halve the size of any_value by removing state pointer from it 2021-04-11 03:32:33 +02:00
lib_math.cc clean up any_value APIs for consistency 2021-04-06 00:54:46 +02:00
lib_str.cc halve the size of any_value by removing state pointer from it 2021-04-11 03:32:33 +02:00
meson.build move include install logic outside src/ 2021-04-07 02:03:41 +02:00