Commit Graph

690 Commits (7f74602b7e0e15048835e84eac088696978479ab)

Author SHA1 Message Date
Daniel Kolesa 5d7248085f readme 2016-02-24 07:25:30 +09:00
Daniel Kolesa f281db5bec gitignore 2016-02-19 22:20:49 +00:00
Daniel Kolesa 22d0c5c26f fix unescape 2016-02-11 23:06:28 +00:00
Daniel Kolesa 38f3f5da64 trailing newlines 2016-02-07 21:22:39 +00:00
Daniel Kolesa e92c6ad831 style 2016-02-06 23:17:28 +00:00
Daniel Kolesa b6e567df51 switch libcubescript readme to c++14 2015-12-25 16:43:33 +01:00
Daniel Kolesa 833a1d1716 remove unused method 2015-12-24 15:58:50 +01:00
Daniel Kolesa 22f9373fe7 unexpose raw bytecode ref/unref (always use Bytecode objects) 2015-12-24 15:57:19 +01:00
Daniel Kolesa fa4381000e move Bytecode around a bit 2015-12-20 00:28:12 +01:00
Daniel Kolesa 6bcd53c51a operator bool for Bytecode objects 2015-12-20 00:21:19 +01:00
Daniel Kolesa 79f2db1f54 add API for handling safe bytecode objects (without manual refcount) 2015-12-19 16:05:38 +01:00
Daniel Kolesa 02fb88b9fd add new utility API to StackedValue 2015-12-16 19:05:28 +00:00
Daniel Kolesa f279ac4d51 fixes 2015-10-14 02:02:38 +01:00
Daniel Kolesa b96210e13f add temporary add_commandn 2015-10-11 16:59:36 +01:00
Daniel Kolesa 352dfd58f6 user definable flags for commands 2015-10-10 21:22:56 +01:00
Daniel Kolesa fb11619ef7 IDF_NOEXPAND for commands taking arg range 2015-10-09 18:50:43 +01:00
Daniel Kolesa 50d93877e0 slight command func refactoring 2015-10-08 18:34:38 +01:00
Daniel Kolesa 056acaf959 remove __cdecl 2015-09-21 20:59:17 +01:00
Daniel Kolesa 9d54a5820c remove msg arg from run_file 2015-09-12 16:22:48 +01:00
Daniel Kolesa 9fa9d1424d header guard 2015-09-10 18:53:43 +01:00
Daniel Kolesa b26452b42f Revert "specifying VN as arg will additionally pass numargs"
This reverts commit b2c5833355.
2015-08-27 01:45:36 -07:00
Daniel Kolesa b2c5833355 specifying VN as arg will additionally pass numargs 2015-08-27 01:27:24 -07:00
Daniel Kolesa 03dc94841b add TvalRange as alias for pointer range of tagged values 2015-08-27 01:16:22 -07:00
Daniel Kolesa 3f1b6cd9c5 concat funcs now accept ConstCharRange 2015-08-25 00:19:26 -07:00
Daniel Kolesa 22947206a7 cleanups 2015-08-25 00:01:58 -07:00
Daniel Kolesa f3a881cccd simplify code 2015-08-13 23:26:04 +01:00
Daniel Kolesa a8ca0b376f private 2015-08-13 23:18:48 +01:00
Daniel Kolesa bc6a85d49c add set_str_dup method to TaggedValue which will automatically duplicate memory 2015-08-13 22:55:30 +01:00
Daniel Kolesa 4712c45847 make use of the newly known string length 2015-08-13 22:46:03 +01:00
Daniel Kolesa 538a7b73e1 store length information in type/valtype 2015-08-13 22:23:46 +01:00
Daniel Kolesa c684239bf0 float operator fixes + encapsulation 2015-08-13 21:50:13 +01:00
Daniel Kolesa 634c52b168 rename identvalueptr fields 2015-08-13 21:08:57 +01:00
Daniel Kolesa b7995d4ee9 saner default flags for new_ident 2015-08-13 19:51:15 +01:00
Daniel Kolesa 0b1d83869f add StackedValue for more convenient alias handling 2015-08-13 19:48:58 +01:00
Daniel Kolesa 061d181ee7 automatically remove the unknown flag on push by default 2015-08-13 19:11:54 +01:00
Daniel Kolesa 2260c1ec0a remove parselist 2015-08-13 01:18:49 +01:00
Daniel Kolesa a3c3b65251 more list parser usages 2015-08-13 00:57:00 +01:00
Daniel Kolesa 146b9851fd use list parser more 2015-08-13 00:42:59 +01:00
Daniel Kolesa 97b070b972 use listparser more 2015-08-13 00:16:52 +01:00
Daniel Kolesa 7ed92f19cc unescaped element functionality in the list parser 2015-08-12 21:38:44 +01:00
Daniel Kolesa dd6707ecbb add range-based list parser 2015-08-12 20:41:54 +01:00
Daniel Kolesa 46b7ed6f83 move out private stuff from CsState 2015-08-12 18:50:02 +01:00
Daniel Kolesa 372b1055c5 more fixes 2015-08-12 02:54:13 +01:00
Daniel Kolesa d81b166544 add range-based str parse 2015-08-12 02:11:22 +01:00
Daniel Kolesa aaf4d1581d more source changes 2015-08-11 22:57:06 +01:00
Daniel Kolesa 6244c5db75 start replacing direct gs.source access 2015-08-11 22:47:25 +01:00
Daniel Kolesa 30b1d98298 more fixes 2015-08-11 22:16:20 +01:00
Daniel Kolesa 7c16cebf8d get_str now returns ConstCharRange 2015-08-11 22:01:56 +01:00
Daniel Kolesa 605ac40532 move some defs from header to source 2015-08-11 21:41:12 +01:00
Daniel Kolesa 51ba94432a remove cs_str_unescape 2015-08-11 02:21:48 +01:00