Commit Graph

429 Commits (master)

Author SHA1 Message Date
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
Daniel Kolesa 25894b469e make the arg/code APIs for CsAlias purely internal 2016-09-02 21:42:10 +01:00
Daniel Kolesa b687bd6016 cleanups 2016-09-02 20:30:00 +01:00
Daniel Kolesa 52eb44e0bc hide command members 2016-09-02 20:27:37 +01:00
Daniel Kolesa bb4c34a3fb better type list verification, don't print message on bad new_command 2016-09-02 19:34:59 +01:00
Daniel Kolesa 6c0b6da94d overridable print_var stuff and overridable out/err streams 2016-09-02 19:22:19 +01:00
Daniel Kolesa 8f1be31ba2 remove io library (not general enough) 2016-09-02 18:59:04 +01:00
Daniel Kolesa 1b12781473 rename add_command to new_command 2016-09-02 18:03:01 +01:00
Daniel Kolesa d36d24808c many cleanups and api updates 2016-09-02 18:01:25 +01:00
Daniel Kolesa 6aca518614 re-expose command and add hints/completion for now at least with linenoise 2016-09-02 17:20:53 +01:00
Daniel Kolesa 0ff65e5ed4 no need to include ctype.h 2016-09-01 17:52:43 +01:00
Daniel Kolesa 2b02d44b28 mention linenoise git rev 2016-09-01 17:51:39 +01:00
Daniel Kolesa 9672a1091e add support for several line editing approaches (pure stdin, linenoise, libedit, readline) 2016-09-01 17:50:02 +01:00
Daniel Kolesa 3ca2a397dd use ostd stdin 2016-08-31 22:21:45 +01:00
Daniel Kolesa c9f6ac8be9 add initial simplistic REPL 2016-08-31 22:00:31 +01:00
Daniel Kolesa ae2a65749b fix garbage buffers 2016-08-31 21:50:43 +01:00
Daniel Kolesa 5ee9668bfc fix ambiguous ctor 2016-08-31 21:46:25 +01:00
Daniel Kolesa 1bd79d7589 fix format 2016-08-31 20:09:30 +01:00
Daniel Kolesa 5cfec4ac4e move some code around 2016-08-31 19:54:08 +01:00