Commit Graph

270 Commits (5674375614be5616fa92a3e96dda35832a2e9b45)

Author SHA1 Message Date
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
Daniel Kolesa 6494870a54 value getter for CsAlias 2016-08-31 19:18:53 +01:00
Daniel Kolesa f3164c690a note 2016-08-31 19:00:07 +01:00
Daniel Kolesa a597a34050 remove more unnecessary APIs 2016-08-31 18:59:05 +01:00
Daniel Kolesa 2a71bd3409 use CsStackedValue appropriately 2016-08-31 18:49:24 +01:00
Daniel Kolesa 57620a7bd2 fix StackedValue 2016-08-30 23:19:28 +01:00
Daniel Kolesa 9a95347709 use a strongly typed enum for CsValue type 2016-08-30 22:30:40 +01:00
Daniel Kolesa 5e1d4c3f39 raw members of CsValue are now private 2016-08-30 21:55:35 +01:00
Daniel Kolesa 83c50ebf67 cleanups 2016-08-30 21:29:09 +01:00
Daniel Kolesa b8d35ae0ee delete some ctors 2016-08-29 18:26:35 +01:00