summaryrefslogtreecommitdiff
path: root/catbird/repl.scm
Commit message (Expand)AuthorAgeFilesLines
* Add missing mixins imports.David Thompson2023-05-161-0/+1
* Open in-engine REPL upon error.David Thompson2023-04-301-35/+46
* Add REPL printer for assets.David Thompson2023-04-301-0/+10
* Relicense to Apache 2.0.David Thompson2023-04-261-10/+9
* repl: Use pushdown state.David Thompson2023-04-181-9/+10
* repl: Narrow stacks by one more frame.David Thompson2023-04-021-1/+5
* repl: Add ,bt command and better stack narrowing.David Thompson2023-04-021-7/+51
* repl: Allow multiple expressions per line.David Thompson2023-03-281-14/+27
* repl: Add nested REPL support and start of a debugger.David Thompson2023-03-281-36/+65
* repl: Add multiple return value support.David Thompson2023-03-271-14/+20
* Allow REPL to render more than just text.David Thompson2023-03-271-38/+92
* Auto-resize REPL background.David Thompson2023-03-261-7/+9
* repl: Fix quit metacommand.David Thompson2022-12-271-1/+2
* First commit!David Thompson2022-10-221-0/+371