libcubescript/src
Daniel Kolesa ccb0c09d59 rename codegen_state to parser_state and move it
later commits will rewrite the parser and separate the codegen
bits into their own API
2021-04-08 23:35:30 +02:00
..
cs_bcode.cc remove some more raw bcode usage 2021-04-01 05:25:21 +02:00
cs_bcode.hh remove most variable code and leave it to user-defined handlers 2021-04-03 03:16:57 +02:00
cs_error.cc rename codegen_state to parser_state and move it 2021-04-08 23:35:30 +02:00
cs_gen.cc rename codegen_state to parser_state and move it 2021-04-08 23:35:30 +02:00
cs_gen.hh rename codegen_state to parser_state and move it 2021-04-08 23:35:30 +02:00
cs_ident.cc rename codegen_state to parser_state and move it 2021-04-08 23:35:30 +02:00
cs_ident.hh remove get_raw_type from public interface 2021-04-07 00:30:39 +02:00
cs_parser.cc rename codegen_state to parser_state and move it 2021-04-08 23:35:30 +02:00
cs_parser.hh rename codegen_state to parser_state and move it 2021-04-08 23:35:30 +02:00
cs_state.cc rename codegen_state to parser_state and move it 2021-04-08 23:35:30 +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 no need to handle null result in alloc_buf 2021-04-05 20:07:25 +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 rename codegen_state to parser_state and move it 2021-04-08 23:35:30 +02:00
cs_val.cc rename codegen_state to parser_state and move it 2021-04-08 23:35:30 +02:00
cs_vm.cc rename codegen_state to parser_state and move it 2021-04-08 23:35:30 +02:00
cs_vm.hh rename codegen_state to parser_state and move it 2021-04-08 23:35:30 +02:00
lib_base.cc clean up any_value APIs for consistency 2021-04-06 00:54:46 +02:00
lib_list.cc clean up any_value APIs for consistency 2021-04-06 00:54:46 +02:00
lib_math.cc clean up any_value APIs for consistency 2021-04-06 00:54:46 +02:00
lib_str.cc add more utility methods for string_ref 2021-04-06 01:10:49 +02:00
meson.build move include install logic outside src/ 2021-04-07 02:03:41 +02:00