Add a command line parsing procedure

This commit is contained in:
2025-05-31 11:28:24 +02:00
parent 6e415e474f
commit 1983ef8e71
13 changed files with 1097 additions and 412 deletions

3
source/Parser.elna Normal file
View File

@ -0,0 +1,3 @@
implementation module Parser;
end Parser.