Commit graph

377 commits

Author SHA1 Message Date
q66 b0917ade03 use type inference for shorter command funcs 2016-09-15 00:42:19 +02:00
q66 c5772f0720 add loop control (break and continue) 2016-09-14 23:24:13 +02:00
q66 b20eb94a9e alloc error stack using CsState 2016-09-14 21:46:47 +02:00
q66 e7f3213588 custom allocf support 2016-09-14 21:33:32 +02:00
q66 e41c3c03a1 use exceptions to throw errors 2016-09-14 00:14:21 +02:00
q66 4510e53916 use normal exception handling to handle errors C++-side, also guarantee valid pointer from alloc 2016-09-13 23:47:06 +02:00
q66 35ebb0e822 useful funcs to alloc resources for internal use 2016-09-13 18:57:02 +02:00
q66 f97f896017 throwing errors now does not allocate (besides the stack) 2016-09-12 21:47:29 +02:00
q66 ce62593840 move idents/identmap into internal state 2016-09-12 20:04:59 +02:00
q66 083f905913 explicitly pass CsState to all callbacks (might be a different thread eventually) 2016-09-11 23:13:39 +02:00
q66 dc5294bac3 re-done pcall without blocks 2016-09-10 20:44:06 +02:00
q66 6d2d8dda73 remove nodebug (useless/incompatible with pcall) 2016-09-10 20:10:15 +02:00
q66 820e7a9e9b opaque callstack 2016-09-10 20:03:58 +02:00
q66 233b9dc7dd get rid of noalias 2016-09-10 19:54:55 +02:00
q66 f1e1a02a11 panic func takes ConstCharRange 2016-09-10 18:49:36 +02:00
q66 dfe491e4b3 error cleanup and always include lineinfo where possible 2016-09-10 16:06:01 +02:00
q66 3e0b35e427 fix a subtle bug with small int->string conversions 2016-09-10 15:31:13 +02:00
q66 323c84c3d6 trigger actual errors from parser 2016-09-10 15:01:49 +02:00
q66 879737ce83 remove unnecessary func, allow formatted errors 2016-09-10 01:11:21 +02:00
q66 32c53a31a0 pass callstack state with errors 2016-09-09 19:19:50 +02:00
q66 f1039148b0 allow for arbitrarily sized CsInt/CsFloat 2016-09-09 17:43:23 +02:00
q66 9b292188c8 simple interface to error/pcall on cubescript side 2016-09-09 01:18:06 +02:00
q66 bb72c27d2d simple error handling mechanism (will be used extensively later once it improves) 2016-09-09 00:42:53 +02:00
q66 5674375614 clean up the call stack in a scoped way properly always 2016-09-08 23:42:14 +02:00
q66 e3310ce74f fix invalid free in code cleanup 2016-09-08 22:04:36 +02:00
q66 f3fd6892bc rename p_stack to p_callstack in CsState 2016-09-08 21:30:08 +02:00
q66 cdb5a5f6f8 source tree reorg 2016-09-07 22:57:28 +02:00