Commit Graph

27 Commits

Author SHA1 Message Date
Bruce Hill
bff12f4742 Added support for browsing any object that supports __pairs iteration
and also included its __tostring if one is provided.
2018-04-06 18:36:21 -07:00
Bruce Hill
00bb657027 Fixes for problems encountered in real-world testing. 2018-04-06 18:18:48 -07:00
Bruce Hill
bb38223ec0 Colorized output for REPL and better handling of \t and similar escapes. 2018-04-05 17:52:59 -07:00
Bruce Hill
27842a1161 Forced '?' to print '= nil' if expression is nil. 2018-04-05 17:22:19 -07:00
Bruce Hill
d37671a507 Removed repr dependency. 2018-04-05 17:04:54 -07:00
Bruce Hill
47771a79f9 Added error message printout to console. 2018-04-05 16:25:31 -07:00
Bruce Hill
2c367e01d7 Updated doc. 2018-04-05 14:29:58 -07:00
Bruce Hill
9e090da0b9 Much cleaner and prettier 2018-04-05 14:26:03 -07:00
Bruce Hill
987337d289 More betterer. 2018-04-02 15:56:07 -07:00
Bruce Hill
48eccd3944 More working. 2018-04-02 15:50:36 -07:00
Bruce Hill
9e0bebace1 Mostly working, albeit not pretty. 2018-04-02 15:29:51 -07:00
Bruce Hill
5d27d080d2 Initial mostly working draft. 2018-03-29 16:15:55 -07:00
Bruce Hill
a46da5240d Fixed typo. 2018-03-29 14:11:13 -07:00
Bruce Hill
3d549a53b7 First draft of running code. 2018-03-26 16:52:19 -07:00
Bruce Hill
1eb6556b65 Added assert() to hijacking. 2018-03-25 15:51:20 -07:00
Bruce Hill
6d820d18d4 Better hijacking. 2018-03-25 15:48:13 -07:00
Bruce Hill
a26064213c Added max width for callstack, and properly exit when hijacking error(). 2018-03-25 15:44:42 -07:00
Bruce Hill
adfab5b79d Hardening. 2018-03-25 15:38:51 -07:00
Bruce Hill
9a4cae695c Cleanup. 2018-03-25 15:23:43 -07:00
Bruce Hill
20d3155eb1 Cleanup. 2018-03-25 15:16:02 -07:00
Bruce Hill
7192506ed5 Perf improvements. 2018-03-25 15:14:25 -07:00
Bruce Hill
db872e8606 Tweaks to visualizing tables. 2018-03-22 13:45:28 -07:00
Bruce Hill
f083b78aad Cleaning up colors. 2018-03-21 19:47:50 -07:00
Bruce Hill
332fa176f4 Fixed arrow keys/scrolling. 2018-03-21 19:30:43 -07:00
Bruce Hill
bcd871a0f3 Better data representations. 2018-03-21 19:22:30 -07:00
Bruce Hill
84335a1960 Fixed post-commit hook and recompiled. 2018-03-21 15:09:32 -07:00
Bruce Hill
534295e684 Renamed cursed -> ldt. 2018-03-21 14:46:07 -07:00