Open
Description
Implement a terminal where we can run Formality commands and get outputs.
Pre requires:
- Formality needs a parametric
console.log
. Currently, as itconsole.log
everything, we can't present the output on the browser, only on a terminal.
- Start testing
xterm
running.js
code on a React project -
xterm
needs to become a usable Inferno component. Discuss how to do it. - Add tests