Commit graph

146 commits

Author SHA1 Message Date
q66 1b12781473 rename add_command to new_command 2016-09-02 18:03:01 +01:00
q66 d36d24808c many cleanups and api updates 2016-09-02 18:01:25 +01:00
q66 6aca518614 re-expose command and add hints/completion for now at least with linenoise 2016-09-02 17:20:53 +01:00
q66 9672a1091e add support for several line editing approaches (pure stdin, linenoise, libedit, readline) 2016-09-01 17:50:02 +01:00
q66 ae2a65749b fix garbage buffers 2016-08-31 21:50:43 +01:00
q66 5ee9668bfc fix ambiguous ctor 2016-08-31 21:46:25 +01:00
q66 5cfec4ac4e move some code around 2016-08-31 19:54:08 +01:00
q66 6494870a54 value getter for CsAlias 2016-08-31 19:18:53 +01:00
q66 a597a34050 remove more unnecessary APIs 2016-08-31 18:59:05 +01:00
q66 2a71bd3409 use CsStackedValue appropriately 2016-08-31 18:49:24 +01:00
q66 9a95347709 use a strongly typed enum for CsValue type 2016-08-30 22:30:40 +01:00
q66 5e1d4c3f39 raw members of CsValue are now private 2016-08-30 21:55:35 +01:00
q66 83c50ebf67 cleanups 2016-08-30 21:29:09 +01:00
q66 fd6eca6529 prefix APIs 2016-08-29 18:17:11 +01:00
q66 48cd1efa80 Bytecode -> CsBytecode 2016-08-28 18:40:18 +01:00
q66 e638b388f2 move some implementations 2016-08-25 21:24:23 +01:00
q66 d288833c65 no need to store the core vars in the state struct 2016-08-24 18:54:24 +01:00
q66 c29cd02263 internal storage for vars 2016-08-22 18:43:58 +01:00
q66 3ad72a795e get_var_value -> get_value 2016-08-22 18:18:22 +01:00
q66 b8f3e527d5 initial support for custom allocators 2016-08-21 01:34:33 +01:00
q66 d80e922913 more cleanups 2016-08-21 00:51:45 +01:00
q66 5c3aa477d2 cleanups 2016-08-21 00:37:34 +01:00
q66 4408b849da type-generic add_ident 2016-08-20 16:52:54 +01:00
q66 77b35f2d52 cleanup preparations 2016-08-20 16:40:00 +01:00
q66 8be7f74f5f make init_libs a method on state 2016-08-18 19:47:29 +01:00
q66 303e219ad0 rename TaggedValue 2016-08-18 19:38:30 +01:00
q66 8418b8bb9e clean up the other var interfaces 2016-08-18 03:14:55 +01:00
q66 f3b3751f76 clean up Ident interface 2016-08-18 02:53:51 +01:00
q66 f0f5fbc1ba clean up constructors and hide Command away from public API 2016-08-18 02:00:44 +01:00
q66 3f406de1de unify TaggedValue and IdentValue (no more separate valtype etc) 2016-08-18 01:19:12 +01:00
q66 479c245190 safe typecasting accessors for Ident 2016-08-17 23:54:57 +01:00
q66 066c6b045f move all var related info/storage to the respective var types 2016-08-17 23:36:37 +01:00
q66 f275f06a5f move all alias related stuff to Alias 2016-08-17 23:18:36 +01:00
q66 e7ce1d2b1e move more code around 2016-08-17 23:06:39 +01:00
q66 55d90f89cf split away var stuff a bit 2016-08-17 22:29:31 +01:00
q66 66c707a232 start splitting Ident 2016-08-17 22:04:43 +01:00
q66 03c3145956 store idents by pointer 2016-08-17 21:21:16 +01:00
q66 32335049fa reduce the amount of direct idents accesses 2016-08-17 21:03:11 +01:00
q66 caf30eaa03 clean up cubescript.cc 2016-08-17 17:53:38 +01:00
q66 93f20b1fae cleanups 2016-08-15 18:55:22 +01:00
q66 a638e460c5 cleanups 2016-08-15 18:23:44 +01:00
q66 7634251951 add cs_util with portable string->integer and string->float conversions 2016-08-15 02:19:59 +01:00
q66 17511ab844 configuration header with types 2016-08-14 17:35:38 +01:00
q66 52d8c23a4d ID_VAR is now ID_IVAR 2016-08-14 16:15:56 +01:00
q66 e518679451 split code parser/generator into its own source file 2016-08-14 16:14:10 +01:00
q66 0cf5bb210a move things around a bit more 2016-08-14 16:05:55 +01:00
q66 cf2a266511 move debug stuff to VM 2016-08-14 16:02:46 +01:00
q66 75319a73ec cleanups (centralize bytecode deletes) 2016-08-13 00:26:16 +01:00
q66 8f8abd9bc1 move some funcs around 2016-08-12 18:31:56 +01:00
q66 839dd29299 make set_macro an API again (no point in blocking it for now) 2016-08-12 18:14:22 +01:00