release 0.1.0
This commit is contained in:
commit
30d94536a9
90 changed files with 7722 additions and 0 deletions
10
modules/core/ast.owa
Normal file
10
modules/core/ast.owa
Normal file
|
|
@ -0,0 +1,10 @@
|
|||
(namespace ast
|
||||
(defmacro pack! [v]
|
||||
(builtins.ast.pack $v))
|
||||
|
||||
(defmacro value! [v]
|
||||
(map.get (ast.pack! $v) :data))
|
||||
|
||||
(defmacro type! [v]
|
||||
(map.get (ast.pack! $v) :type))
|
||||
)
|
||||
Loading…
Add table
Add a link
Reference in a new issue