summaryrefslogtreecommitdiff
path: root/apl.1
diff options
context:
space:
mode:
Diffstat (limited to 'apl.1')
-rw-r--r--apl.118
1 files changed, 18 insertions, 0 deletions
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