summaryrefslogtreecommitdiff
path: root/example.m
diff options
context:
space:
mode:
author0x221e <x221e@0xinfinity.dev>2026-06-22 13:18:43 +0300
committer0x221e <x221e@0xinfinity.dev>2026-06-22 13:22:10 +0300
commitad5d641ad41f415cca3cc01c88bc063319aba937 (patch)
treef03b2c0116bb41535e2fe7aa11294948b66e99c8 /example.m
parent45f4a6afd2a5683fa53f9d6787e3c5b0f70229fd (diff)
downloadmetalc-master.tar.gz
parser: add unary, and binary operationsHEADmaster
lex: add bang passes: add initial debug pass
Diffstat (limited to 'example.m')
-rw-r--r--example.m7
1 files changed, 1 insertions, 6 deletions
diff --git a/example.m b/example.m
index b54ad5a..79f996b 100644
--- a/example.m
+++ b/example.m
@@ -1,6 +1 @@
-fn g64 bentry() {
- g64 test;
- g32 test = (g32)0xB8000;
- g64 test = 15;
- return test;
-}
+5*5