forth

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

Makefile (93B)


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