release 0.1.0
This commit is contained in:
commit
30d94536a9
90 changed files with 7722 additions and 0 deletions
15
modules/owu/main.owa
Normal file
15
modules/owu/main.owa
Normal file
|
|
@ -0,0 +1,15 @@
|
|||
(builtins.seq
|
||||
(builtins.include "../core")
|
||||
(builtins.include "../std")
|
||||
(namespace owu
|
||||
(def argv (platform.args))
|
||||
(def modules-dir (str.concat __dir__ "/.."))
|
||||
|
||||
(if (eq? (vec.len argv) 0) (seq
|
||||
(return 1)
|
||||
))
|
||||
|
||||
(include "cli")
|
||||
(return 0)
|
||||
)
|
||||
)
|
||||
Loading…
Add table
Add a link
Reference in a new issue