diff options
author | Peter Mikkelsen <petermikkelsen10@gmail.com> | 2025-09-21 14:11:45 +0200 |
---|---|---|
committer | Peter Mikkelsen <petermikkelsen10@gmail.com> | 2025-09-21 14:11:45 +0200 |
commit | 0ef79a1de1bf90b30808c470867b3e627edd27d8 (patch) | |
tree | 0112765e03817ca5827d9d5fca35ce89962e5e98 /apl.1 |
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 |