diff options
author | zuntum <zuntum@pkgsrc.org> | 2001-11-01 00:20:13 +0000 |
---|---|---|
committer | zuntum <zuntum@pkgsrc.org> | 2001-11-01 00:20:13 +0000 |
commit | a437fd43cc3ece125446142af9ed27ef8c1e6621 (patch) | |
tree | 0862d71c7e976f8aa56175851882e33495f691e4 /lang/a60/DESCR | |
parent | d16ce86994df76c0a92af71f19eef6cc2507fe39 (diff) | |
download | pkgsrc-a437fd43cc3ece125446142af9ed27ef8c1e6621.tar.gz |
Move pkg/ files into package's toplevel directory
Diffstat (limited to 'lang/a60/DESCR')
-rw-r--r-- | lang/a60/DESCR | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/lang/a60/DESCR b/lang/a60/DESCR new file mode 100644 index 00000000000..d9c222176fa --- /dev/null +++ b/lang/a60/DESCR @@ -0,0 +1,10 @@ +From the documentation: + + This Algol 60 interpreter is based upon the "Revised Report on the +Algorithmic Language Algol 60" [RRA60]. + + At school, a long time ago, I learned Algol 60 in a completely +theoretical manner. Later I learned Algol 68 and C (and more ...). + + The concept of call-by-name never left my mind, and so I started to +write this Algol 60 interpreter: Made for fun and a call-by-name. |