diff options
| author | Nic Gaffney <gaffney_nic@protonmail.com> | 2026-01-30 21:11:06 -0600 |
|---|---|---|
| committer | Nic Gaffney <gaffney_nic@protonmail.com> | 2026-01-30 21:11:06 -0600 |
| commit | 0a286901b4b91a61401cd9db3bf21353e9608725 (patch) | |
| tree | 2d3c9e81b9f96b4f5c6223bb026a859b41305677 /examples/usage.gn | |
| parent | 117be1e9f9c2e353694b40e0eb686b2621317063 (diff) | |
| download | gren-0a286901b4b91a61401cd9db3bf21353e9608725.tar.gz | |
begin on parser
Diffstat (limited to 'examples/usage.gn')
| -rw-r--r-- | examples/usage.gn | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/examples/usage.gn b/examples/usage.gn new file mode 100644 index 0000000..0f8ffc3 --- /dev/null +++ b/examples/usage.gn @@ -0,0 +1,8 @@ +!use builtin -> types -> Int. +!use builtin -> operators -> +. +!use builtin -> operators -> >=. +!use builtin -> operators -> <. +!use builtin -> match. + +!use defaults -> io -> println. +!use defaults -> effects. |
