forth

A WIP implementation of Forth targeting UEFI x86-64.
git clone git://git.christianermann.dev/forth
Log | Files | Refs

build.bat (84B)


      1 docker build . --tag forth
      2 docker image prune -f
      3 docker run --interactive --rm forth