summaryrefslogtreecommitdiff
path: root/src/repl.rs
AgeCommit message (Collapse)Author
2018-11-06Fix many of the clippy::pedantic warningsAndy Hayden
2018-11-05Add repl (#998)Andy Hayden
- Running repl from js side. - Add tests for repl behavior. - Handle ctrl-C and ctrl-D.