We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9cf7bd2 commit 9b8867bCopy full SHA for 9b8867b
compat/Makefile
@@ -0,0 +1,8 @@
1
+FILES=README package.4th anslocal.fs assert.fs caseext.fs control.fs defer.fs \
2
+ exception.fs execute-parsing.fs loops.fs macros.fs required.fs \
3
+ strcomp.fs struct.fs vocabulary.fs xlocals.fs
4
+
5
+all: $(FILES)
6
+ rm -f ../compat.zip
7
+ cd .. && zip -9r compat.zip $(foreach file, $(FILES), compat/$(file))
8
compat/package.4th
@@ -1,6 +1,6 @@
forth-package
key-value name compat
-key-value version 1.0.0
+key-value version 1.1.0
key-value license public domain
key-value description Portable (mostly standard) implementations of some Gforth features
key-list tags Forth-94
0 commit comments