Age | Commit message (Expand) | Author | Files | Lines |
2011-12-04 | ,language at REPL sets current-language | Andy Wingo | 1 | -1/+4 |
2011-09-02 | more define-syntax-rule usage | Andy Wingo | 1 | -9/+7 |
2011-03-17 | allow ,option on-error report instead of debug | Andy Wingo | 1 | -2/+5 |
2011-03-03 | repl.scm understands comments | Andy Wingo | 1 | -5/+48 |
2011-03-03 | repl.scm refactor | Andy Wingo | 1 | -9/+8 |
2011-02-27 | flush all input on a read error | Andy Wingo | 1 | -0/+8 |
2011-02-11 | repl.scm: use print-exception | Andy Wingo | 1 | -53/+5 |
2010-11-18 | repl read/write using current ports, not captured ports | Andy Wingo | 1 | -14/+13 |
2010-11-18 | repl.scm displays syntax errors on read as well | Andy Wingo | 1 | -19/+28 |
2010-11-16 | add proper pretty-printing for syntax errors | Andy Wingo | 1 | -2/+25 |
2010-10-08 | further repl tweaks | Andy Wingo | 1 | -1/+1 |
2010-10-08 | Fixlets for REPL error handling. | Ludovic Courtès | 1 | -1/+1 |
2010-10-05 | system repl repl comments | Andy Wingo | 1 | -2/+3 |
2010-10-04 | Revert "repl.scm next-char needed to read EOF from port" | Andy Wingo | 1 | -1/+1 |
2010-10-03 | repl.scm next-char needed to read EOF from port | Andy Wingo | 1 | -1/+1 |
2010-09-23 | avoid traps in repl except when evaluating the expression | Andy Wingo | 1 | -1/+2 |
2010-09-02 | Fix typos. | Ludovic Courtès | 1 | -1/+1 |
2010-08-06 | ,x unbound does not quit repl | Andy Wingo | 1 | -3/+13 |
2010-07-10 | finally, backtraces only showing frames for the computation | Andy Wingo | 1 | -1/+7 |
2010-07-09 | avoid running the debugger during parsing or compilation at the repl | Andy Wingo | 1 | -3/+26 |
2010-07-09 | tweaks to new repl | Andy Wingo | 1 | -43/+40 |
2010-07-09 | integrate the debugger into the repl | Andy Wingo | 1 | -51/+74 |
2010-06-26 | use *repl-stack* instead of *repl-level* | Andy Wingo | 1 | -6/+11 |
2010-06-19 | don't bind the-last-stack in repl.scm | Andy Wingo | 1 | -2/+1 |
2010-06-18 | repl whitespace fix | Andy Wingo | 1 | -2/+0 |
2010-06-10 | bind debugging i/o ports in start-repl | Andy Wingo | 1 | -0/+4 |
2010-06-10 | repl.scm simplifications | Andy Wingo | 1 | -20/+6 |
2010-06-10 | start cleaning up repl/debugger error handling | Andy Wingo | 1 | -45/+25 |
2010-06-10 | hygienic with-backtrace | Andy Wingo | 1 | -2/+4 |
2010-06-02 | recursive repl support | Andy Wingo | 1 | -35/+40 |
2009-12-22 | implement a silly debugger | Andy Wingo | 1 | -1/+1 |
2009-10-16 | language-readers receive environment as an arg | Andy Wingo | 1 | -17/+16 |
2009-09-21 | Remove unused variables in system/language. | Ludovic Courtès | 1 | -1/+1 |
2009-06-22 | flush whitespace from the repl input buffer *before* evaluation | Andy Wingo | 1 | -0/+14 |
2009-06-22 | meta-commands read off their own arguments | Andy Wingo | 1 | -14/+13 |
2009-05-26 | fix backtraces with compiled boot-9 | Andy Wingo | 1 | -1/+1 |
2009-04-22 | fix erroneous #:use-syntax clausen | Andy Wingo | 1 | -1/+1 |
2009-02-24 | unbork the repl | Andy Wingo | 1 | -1/+1 |
2009-02-24 | in meta-reader, return directly if the peeked char is EOF | Andy Wingo | 1 | -3/+9 |
2009-01-11 | finish compiler.texi, woo | Andy Wingo | 1 | -5/+0 |
2008-12-26 | repl.scm relies on `display-backtrace' to do everything, some naming tweaks | Andy Wingo | 1 | -30/+22 |
2008-11-14 | nifty generic compiler infrastructure -- no more hardcoded passes | Andy Wingo | 1 | -1/+2 |
2008-10-09 | handle throws to unknown keys in the repl | Andy Wingo | 1 | -1/+2 |
2008-10-03 | remove repl.scm's start-stack definition | Andy Wingo | 1 | -5/+0 |
2008-09-25 | a number of small compilation fixes | Andy Wingo | 1 | -1/+1 |
2008-09-18 | fix case in which we can fail to exit the repl cleanly | Andy Wingo | 1 | -1/+1 |
2008-09-09 | really newline on eof | Andy Wingo | 1 | -1/+1 |
2008-09-09 | run the vm repl instead of the scm-style-repl | Andy Wingo | 1 | -13/+21 |
2008-09-09 | use #:keywords in module/*.scm, not :keywords | Andy Wingo | 1 | -10/+10 |
2008-08-11 | ease-of-use improvement to ,m; catch read errors at the repl | Andy Wingo | 1 | -1/+3 |