diff options
author | will <will@FreeBSD.org> | 2000-12-19 11:26:48 +0000 |
---|---|---|
committer | will <will@FreeBSD.org> | 2000-12-19 11:26:48 +0000 |
commit | 5357937c740c2fcc7e4c157a61cde3480136d0e9 (patch) | |
tree | 59d678ff6fb75ffba50a756ed28b74542a860586 /lang/Makefile | |
parent | b084a4b7e5962cc364101806d14e5115f5f3057e (diff) | |
download | FreeBSD-ports-5357937c740c2fcc7e4c157a61cde3480136d0e9.zip FreeBSD-ports-5357937c740c2fcc7e4c157a61cde3480136d0e9.tar.gz |
Add t3x 6.8.1, a compiler for the basic procedural language T3X, whose
syntax is a cross between Pascal and BCPL, but smaller and simpler.
PR: 23268
Submitted by: Nils M. Holm <nmh@t3x.org>
Diffstat (limited to 'lang/Makefile')
-rw-r--r-- | lang/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lang/Makefile b/lang/Makefile index df257ce..31bc209 100644 --- a/lang/Makefile +++ b/lang/Makefile @@ -126,6 +126,7 @@ SUBDIR += sr SUBDIR += starlogo SUBDIR += swi-pl + SUBDIR += t3x SUBDIR += tcl80 SUBDIR += tcl81-thread SUBDIR += tcl82 |