Commit Graph

27 Commits (b8f3e527d5cff5555dd3bd95acca7e56a20e6653)

Author SHA1 Message Date
Daniel Kolesa b8f3e527d5 initial support for custom allocators 2016-08-21 01:34:33 +01:00
Daniel Kolesa d80e922913 more cleanups 2016-08-21 00:51:45 +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 84f2cb16e0 expand run_file api 2016-08-18 19:34:24 +01:00
Daniel Kolesa 8418b8bb9e clean up the other var interfaces 2016-08-18 03:14:55 +01:00
Daniel Kolesa f3b3751f76 clean up Ident interface 2016-08-18 02:53:51 +01:00
Daniel Kolesa 3f406de1de unify TaggedValue and IdentValue (no more separate valtype etc) 2016-08-18 01:19:12 +01:00
Daniel Kolesa 066c6b045f move all var related info/storage to the respective var types 2016-08-17 23:36:37 +01:00
Daniel Kolesa f275f06a5f move all alias related stuff to Alias 2016-08-17 23:18:36 +01:00
Daniel Kolesa e7ce1d2b1e move more code around 2016-08-17 23:06:39 +01:00
Daniel Kolesa 55d90f89cf split away var stuff a bit 2016-08-17 22:29:31 +01:00
Daniel Kolesa 66c707a232 start splitting Ident 2016-08-17 22:04:43 +01:00
Daniel Kolesa 32335049fa reduce the amount of direct idents accesses 2016-08-17 21:03:11 +01:00
Daniel Kolesa 6cb2553533 remove unused headers 2016-08-17 03:59:46 +01:00
Daniel Kolesa 226a820ba2 clean up cs_vm.cc 2016-08-17 03:57:53 +01:00
Daniel Kolesa 93f20b1fae cleanups 2016-08-15 18:55:22 +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 0cf5bb210a move things around a bit more 2016-08-14 16:05:55 +01:00
Daniel Kolesa cf2a266511 move debug stuff to VM 2016-08-14 16:02:46 +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 0122971aab cleanups 2016-08-12 18:20:33 +01:00
Daniel Kolesa 839dd29299 make set_macro an API again (no point in blocking it for now) 2016-08-12 18:14:22 +01:00
Daniel Kolesa edd32bf56b split VM into its own source file 2016-08-12 17:39:11 +01:00