Provide initial preForth, simpleForth, Forth
authorUlrich Hoffmann <uho@xlerb.de>
Thu, 5 Apr 2018 13:57:30 +0000 (15:57 +0200)
committerUlrich Hoffmann <uho@xlerb.de>
Thu, 5 Apr 2018 13:57:30 +0000 (15:57 +0200)
commitbe0a9e8e316b8a991dc7b8be1b816efddc878c27
tree086a8d8e00ccf73be8aa7ae330cd13498c991857
Provide initial preForth, simpleForth, Forth
21 files changed:
README.md [new file with mode: 0644]
preForth/Dockerfile [new file with mode: 0644]
preForth/Makefile [new file with mode: 0644]
preForth/borrow.fs [new file with mode: 0644]
preForth/forth.simple [new file with mode: 0644]
preForth/load-C-preForth.fs [new file with mode: 0644]
preForth/load-i386-preForth.fs [new file with mode: 0644]
preForth/load-preForth.fs [new file with mode: 0644]
preForth/load-symbolic-preForth.fs [new file with mode: 0644]
preForth/preForth-C-backend.pre [new file with mode: 0644]
preForth/preForth-C-rts.pre [new file with mode: 0644]
preForth/preForth-i386-backend.pre [new file with mode: 0644]
preForth/preForth-i386-rts.pre [new file with mode: 0644]
preForth/preForth-rts.pre [new file with mode: 0644]
preForth/preForth-symbolic-backend.pre [new file with mode: 0644]
preForth/preForth-symbolic-rts.pre [new file with mode: 0644]
preForth/preForth.pre [new file with mode: 0644]
preForth/simpleForth-i386-backend.pre [new file with mode: 0644]
preForth/simpleForth-i386-rts.simple [new file with mode: 0644]
preForth/simpleForth-rts.simple [new file with mode: 0644]
preForth/simpleForth.pre [new file with mode: 0644]