From 0ef79a1de1bf90b30808c470867b3e627edd27d8 Mon Sep 17 00:00:00 2001 From: Peter Mikkelsen Date: Sun, 21 Sep 2025 14:11:45 +0200 Subject: Begin working on the project --- apl.1 | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 apl.1 (limited to 'apl.1') diff --git a/apl.1 b/apl.1 new file mode 100644 index 0000000..5bab1ae --- /dev/null +++ b/apl.1 @@ -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 -- cgit v1.2.3