Commit Graph

20 Commits (9672a1091e9a93873e6ed5abe0ab63fb77ec95c2)

Author SHA1 Message Date
Daniel Kolesa 5cfec4ac4e move some code around 2016-08-31 19:54:08 +01:00
Daniel Kolesa 9a95347709 use a strongly typed enum for CsValue type 2016-08-30 22:30:40 +01:00
Daniel Kolesa fd6eca6529 prefix APIs 2016-08-29 18:17:11 +01:00
Daniel Kolesa 21054f3433 make src_file and src_str static vars (eventually thread_local) 2016-08-24 19:31:50 +01:00
Daniel Kolesa 61d700b73d Revert "get rid of shared state for src_file/src_str"
This reverts commit 4531fc04b8.
2016-08-24 19:23:57 +01:00
Daniel Kolesa 4531fc04b8 get rid of shared state for src_file/src_str 2016-08-24 19:20:25 +01:00
Daniel Kolesa d288833c65 no need to store the core vars in the state struct 2016-08-24 18:54:24 +01:00
Daniel Kolesa b8f3e527d5 initial support for custom allocators 2016-08-21 01:34:33 +01:00
Daniel Kolesa 77b35f2d52 cleanup preparations 2016-08-20 16:40:00 +01:00
Daniel Kolesa 303e219ad0 rename TaggedValue 2016-08-18 19:38:30 +01:00
Daniel Kolesa f3b3751f76 clean up Ident interface 2016-08-18 02:53:51 +01:00
Daniel Kolesa f0f5fbc1ba clean up constructors and hide Command away from public API 2016-08-18 02:00:44 +01:00
Daniel Kolesa e7ce1d2b1e move more code around 2016-08-17 23:06:39 +01:00
Daniel Kolesa 358e3db541 clean up cs_vm.hh 2016-08-17 04:02:53 +01:00
Daniel Kolesa 7634251951 add cs_util with portable string->integer and string->float conversions 2016-08-15 02:19:59 +01:00
Daniel Kolesa 17511ab844 configuration header with types 2016-08-14 17:35:38 +01:00
Daniel Kolesa 52d8c23a4d ID_VAR is now ID_IVAR 2016-08-14 16:15:56 +01:00
Daniel Kolesa 75319a73ec cleanups (centralize bytecode deletes) 2016-08-13 00:26:16 +01:00
Daniel Kolesa 8f8abd9bc1 move some funcs around 2016-08-12 18:31:56 +01:00
Daniel Kolesa edd32bf56b split VM into its own source file 2016-08-12 17:39:11 +01:00