1
0
mirror of https://github.com/janet-lang/janet synced 2025-11-22 18:24:49 +00:00
Commit Graph

52 Commits

Author SHA1 Message Date
Calvin Rose
56e5c19aa9 Add debug/arg-stack, and add slots debug/stack.
These features should help implementing a debugger.
2018-12-13 19:23:07 -05:00
Calvin Rose
e8c0dcd14e Make source mapping use byte offset instead of line and col
for better debugging support in repl. Add debug module for better
debugging support.
2018-12-13 18:46:53 -05:00