diff options
Diffstat (limited to 'apl.1')
-rw-r--r-- | apl.1 | 18 |
1 files changed, 18 insertions, 0 deletions
@@ -0,0 +1,18 @@ +.Dd September 21, 2025 +.Dt apl 1 +.Os apl v0.0.1 +.Sh NAME +.Nm apl +.Nd Peter's APL implementation +.Sh SYNOPSIS +.Nm +.Ar file +.Sh DESCRIPTION +An APL interpreter which aims to be portable, and implement the language as defined by the most recent relevant ISO standard. +.Sh SEE ALSO +.Sh STANDARDS +The interpreter aims to conform to ISO/IEC 13751:2001 ("Extended APL"). +.Sh HISTORY +Development of this APL interpreter started in September 2025. +.Sh AUTHORS +.An Peter Mikkelsen Aq Mt peter@pmikkelsen.com |