diff options
author | jseger <jseger@FreeBSD.org> | 1998-12-20 07:52:26 +0800 |
---|---|---|
committer | jseger <jseger@FreeBSD.org> | 1998-12-20 07:52:26 +0800 |
commit | 787a284429e1907bb32e5d1ab2a62b504b1511eb (patch) | |
tree | 3b6b89528a33c75246b3f4fb2cfc421b564f5235 /lang/ici/pkg-comment | |
parent | a7a16e24ef9c06b31af26165766f9f0d064db6fa (diff) | |
download | freebsd-ports-graphics-787a284429e1907bb32e5d1ab2a62b504b1511eb.tar.gz freebsd-ports-graphics-787a284429e1907bb32e5d1ab2a62b504b1511eb.tar.zst freebsd-ports-graphics-787a284429e1907bb32e5d1ab2a62b504b1511eb.zip |
Import of ici v2.0.3.
This is Tim Long's ICI language interpreter. ICI is a dynamic interpretive
language with control flow structures and expression syntax derived from C.
ICI offers useful inbuilt data types, automatic memory management (garbage
collection), error handling and other handy features. ICI is in the public
domain, there is no copyright on it.
PR: ports/5653
Submitted by: andy@research.canon.com.au
Diffstat (limited to 'lang/ici/pkg-comment')
-rw-r--r-- | lang/ici/pkg-comment | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lang/ici/pkg-comment b/lang/ici/pkg-comment new file mode 100644 index 00000000000..1973a77f78c --- /dev/null +++ b/lang/ici/pkg-comment @@ -0,0 +1 @@ +A dynamic interpretive language with C's control flow and expressions |