Commit Graph

297 Commits (ce62593840fe58afd223ba2513413a059147a073)

Author SHA1 Message Date
Daniel Kolesa ce62593840 move idents/identmap into internal state 2016-09-12 20:04:59 +02:00
Daniel Kolesa 931f7294de repl cleanup 2016-09-11 23:33:02 +02:00
Daniel Kolesa 083f905913 explicitly pass CsState to all callbacks (might be a different thread eventually) 2016-09-11 23:13:39 +02:00
Daniel Kolesa ef77d8f247 noexcept 2016-09-11 20:47:25 +02:00
Daniel Kolesa 2268c24060 allocator fix 2016-09-11 01:26:47 +02:00
Daniel Kolesa fa5e360726 allocate all callbacks (if allocated) with CsState's alloc func 2016-09-11 00:53:16 +02:00
Daniel Kolesa 4f0d6eda87 move the pcall func 2016-09-10 20:47:56 +02:00
Daniel Kolesa 3d39cf73e0 formatting 2016-09-10 20:45:51 +02:00
Daniel Kolesa 9f34c72b21 better repl output 2016-09-10 20:45:04 +02:00
Daniel Kolesa dc5294bac3 re-done pcall without blocks 2016-09-10 20:44:06 +02:00
Daniel Kolesa 6d2d8dda73 remove nodebug (useless/incompatible with pcall) 2016-09-10 20:10:15 +02:00
Daniel Kolesa 820e7a9e9b opaque callstack 2016-09-10 20:03:58 +02:00
Daniel Kolesa 233b9dc7dd get rid of noalias 2016-09-10 19:54:55 +02:00
Daniel Kolesa f1e1a02a11 panic func takes ConstCharRange 2016-09-10 18:49:36 +02:00
Daniel Kolesa cbafbe0fc2 remove the CsAllocator stuff 2016-09-10 17:38:35 +02:00
Daniel Kolesa 1412ff00a5 another update 2016-09-10 17:16:27 +02:00
Daniel Kolesa 1382e328ee readme update 2016-09-10 17:13:43 +02:00
Daniel Kolesa aabfe0f396 error reporting improvements 2016-09-10 16:22:27 +02:00
Daniel Kolesa dfe491e4b3 error cleanup and always include lineinfo where possible 2016-09-10 16:06:01 +02:00
Daniel Kolesa 3e0b35e427 fix a subtle bug with small int->string conversions 2016-09-10 15:31:13 +02:00
Daniel Kolesa 87ed89ece8 catch missing bracket errors and ask for more input 2016-09-10 15:13:07 +02:00
Daniel Kolesa 323c84c3d6 trigger actual errors from parser 2016-09-10 15:01:49 +02:00
Daniel Kolesa 879737ce83 remove unnecessary func, allow formatted errors 2016-09-10 01:11:21 +02:00
Daniel Kolesa 32c53a31a0 pass callstack state with errors 2016-09-09 19:19:50 +02:00
Daniel Kolesa f1039148b0 allow for arbitrarily sized CsInt/CsFloat 2016-09-09 17:43:23 +02:00
Daniel Kolesa 9b292188c8 simple interface to error/pcall on cubescript side 2016-09-09 01:18:06 +02:00
Daniel Kolesa bb72c27d2d simple error handling mechanism (will be used extensively later once it improves) 2016-09-09 00:42:53 +02:00
Daniel Kolesa 5674375614 clean up the call stack in a scoped way properly always 2016-09-08 23:42:14 +02:00
Daniel Kolesa e3310ce74f fix invalid free in code cleanup 2016-09-08 22:04:36 +02:00
Daniel Kolesa f3fd6892bc rename p_stack to p_callstack in CsState 2016-09-08 21:30:08 +02:00
Daniel Kolesa 08c4e9f343 switch back to linenoise 2016-09-07 22:59:59 +02:00
Daniel Kolesa cdb5a5f6f8 source tree reorg 2016-09-07 22:57:28 +02:00
Daniel Kolesa 522be08eb0 more feature complete REPL 2016-09-07 22:46:22 +02:00
Daniel Kolesa 935b5bf634 style updates 2016-09-07 20:20:36 +02:00
Daniel Kolesa 2440d2bb9a style update 2016-09-07 19:42:12 +02:00
Daniel Kolesa aa367f4a0c cleanups and add alloc method that will be used to request memory 2016-09-07 18:58:56 +02:00
Daniel Kolesa df5e2bb507 CsValue is null by default 2016-09-07 00:01:27 +02:00
Daniel Kolesa 8f0bb786cd cleanup run_ methods 2016-09-06 23:59:24 +02:00
Daniel Kolesa f3c6a76beb remove the cleanup method and all the unneeded cleanups 2016-09-06 23:54:28 +02:00
Daniel Kolesa 3a5b8492b5 complete CsValue copy/move semantics 2016-09-06 23:39:09 +02:00
Daniel Kolesa 01c464c619 start re-doing the CsValue interface to support copy/move semantics 2016-09-06 22:23:12 +02:00
Daniel Kolesa 16c99e1f9e always cleanup when doing set_stuff 2016-09-06 20:48:24 +02:00
Daniel Kolesa f4e9cbf27f use AlignedUnion and fix leaks 2016-09-06 20:06:49 +02:00
Daniel Kolesa 7aebfe1b2e split CsValue implementation into a separate unit 2016-09-06 19:27:54 +02:00
Daniel Kolesa fb8a793d66 allow SIGINT to interrupt infinite loops 2016-09-05 21:50:24 +02:00
Daniel Kolesa 605efea9e2 add a hook func that is called on every code invocation 2016-09-05 21:34:48 +02:00
Daniel Kolesa 87a961d8a7 direct url 2016-09-04 21:46:16 +02:00
Daniel Kolesa 1af9144656 halfassed hint support in readline code 2016-09-03 00:49:31 +01:00
Daniel Kolesa 78d7ab73bd add tab completion for readline 2016-09-02 22:15:05 +01:00
Daniel Kolesa fd8a07f47a more internal changes 2016-09-02 21:49:05 +01:00