Added 'bof' module for executing object files and fixed handling of optional arguments.

This commit is contained in:
Jakob Friedl
2025-08-29 15:58:26 +02:00
parent 352b8fd8d1
commit 4ceb756cfd
8 changed files with 138 additions and 85 deletions

View File

@@ -70,6 +70,4 @@ proc main() =
echo "[-] ", err.msg
when isMainModule:
test()
quit(0)
main()