- Add Forth syntax highlighting by correcting language name of Jupyter kernel.
- In Jupyter cell output, highlighted actual code output in bold (as opposed to where
gforth
is just echoing the input code). - Support running shell commands by prefixing with
!
. - Add
py.typed
marker file so that mypy will use the type annotations. - WIP: Add
Dockerfile
to allow building and running asdocker
containers. This is especially useful on Windows.
- While installing, warn if
gforth
is not installed. - Error outputs properly marked so that they are highlighted with red background in Jupyter Notebook.
- Kill the Jupyter kernel if underlying
gforth
process dies (for example, by running commandbye
).