summaryrefslogtreecommitdiff
path: root/module/system/repl/repl.scm
AgeCommit message (Expand)AuthorFilesLines
2011-12-04,language at REPL sets current-languageAndy Wingo1-1/+4
2011-09-02more define-syntax-rule usageAndy Wingo1-9/+7
2011-03-17allow ,option on-error report instead of debugAndy Wingo1-2/+5
2011-03-03repl.scm understands commentsAndy Wingo1-5/+48
2011-03-03repl.scm refactorAndy Wingo1-9/+8
2011-02-27flush all input on a read errorAndy Wingo1-0/+8
2011-02-11repl.scm: use print-exceptionAndy Wingo1-53/+5
2010-11-18repl read/write using current ports, not captured portsAndy Wingo1-14/+13
2010-11-18repl.scm displays syntax errors on read as wellAndy Wingo1-19/+28
2010-11-16add proper pretty-printing for syntax errorsAndy Wingo1-2/+25
2010-10-08further repl tweaksAndy Wingo1-1/+1
2010-10-08Fixlets for REPL error handling.Ludovic Courtès1-1/+1
2010-10-05system repl repl commentsAndy Wingo1-2/+3
2010-10-04Revert "repl.scm next-char needed to read EOF from port"Andy Wingo1-1/+1
2010-10-03repl.scm next-char needed to read EOF from portAndy Wingo1-1/+1
2010-09-23avoid traps in repl except when evaluating the expressionAndy Wingo1-1/+2
2010-09-02Fix typos.Ludovic Courtès1-1/+1
2010-08-06,x unbound does not quit replAndy Wingo1-3/+13
2010-07-10finally, backtraces only showing frames for the computationAndy Wingo1-1/+7
2010-07-09avoid running the debugger during parsing or compilation at the replAndy Wingo1-3/+26
2010-07-09tweaks to new replAndy Wingo1-43/+40
2010-07-09integrate the debugger into the replAndy Wingo1-51/+74
2010-06-26use *repl-stack* instead of *repl-level*Andy Wingo1-6/+11
2010-06-19don't bind the-last-stack in repl.scmAndy Wingo1-2/+1
2010-06-18repl whitespace fixAndy Wingo1-2/+0
2010-06-10bind debugging i/o ports in start-replAndy Wingo1-0/+4
2010-06-10repl.scm simplificationsAndy Wingo1-20/+6
2010-06-10start cleaning up repl/debugger error handlingAndy Wingo1-45/+25
2010-06-10hygienic with-backtraceAndy Wingo1-2/+4
2010-06-02recursive repl supportAndy Wingo1-35/+40
2009-12-22implement a silly debuggerAndy Wingo1-1/+1
2009-10-16language-readers receive environment as an argAndy Wingo1-17/+16
2009-09-21Remove unused variables in system/language.Ludovic Courtès1-1/+1
2009-06-22flush whitespace from the repl input buffer *before* evaluationAndy Wingo1-0/+14
2009-06-22meta-commands read off their own argumentsAndy Wingo1-14/+13
2009-05-26fix backtraces with compiled boot-9Andy Wingo1-1/+1
2009-04-22fix erroneous #:use-syntax clausenAndy Wingo1-1/+1
2009-02-24unbork the replAndy Wingo1-1/+1
2009-02-24in meta-reader, return directly if the peeked char is EOFAndy Wingo1-3/+9
2009-01-11finish compiler.texi, wooAndy Wingo1-5/+0
2008-12-26repl.scm relies on `display-backtrace' to do everything, some naming tweaksAndy Wingo1-30/+22
2008-11-14nifty generic compiler infrastructure -- no more hardcoded passesAndy Wingo1-1/+2
2008-10-09handle throws to unknown keys in the replAndy Wingo1-1/+2
2008-10-03remove repl.scm's start-stack definitionAndy Wingo1-5/+0
2008-09-25a number of small compilation fixesAndy Wingo1-1/+1
2008-09-18fix case in which we can fail to exit the repl cleanlyAndy Wingo1-1/+1
2008-09-09really newline on eofAndy Wingo1-1/+1
2008-09-09run the vm repl instead of the scm-style-replAndy Wingo1-13/+21
2008-09-09use #:keywords in module/*.scm, not :keywordsAndy Wingo1-10/+10
2008-08-11ease-of-use improvement to ,m; catch read errors at the replAndy Wingo1-1/+3