summaryrefslogtreecommitdiff
path: root/lang/a60
AgeCommit message (Collapse)AuthorFilesLines
2001-11-01Move pkg/ files into package's toplevel directoryzuntum2-1/+1
2001-06-18Correct the location of "a60-mkc.inc", needed for Algol 60 to C translation.jtb2-3/+12
2001-06-11CPPFLAGS is now passed to MAKE_ENV and CONFIGURE_ENV by bsd.pkg.mk, sojlam1-2/+1
adapt by moving CPPFLAGS settings to top-level, and removing explicit inclusion of CPPFLAGS into MAKE_ENV and CONFIGURE_ENV.
2001-05-16Add a distfile checksum.jtb1-0/+4
2001-05-15Initial import of a60.jtb7-0/+134
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.