summaryrefslogtreecommitdiff
path: root/src/parser/test.red
diff options
context:
space:
mode:
authorsanine <sanine.not@pm.me>2023-05-22 13:08:56 -0500
committersanine <sanine.not@pm.me>2023-05-22 13:08:56 -0500
commit003640b43862e66256dd8e21711246d909431d98 (patch)
tree501f12162f43d296dea44c15ce240b959b2e6641 /src/parser/test.red
parent51eef06ddfb82bedab4f5d70932132e28ba4249a (diff)
update grammar
Diffstat (limited to 'src/parser/test.red')
-rw-r--r--src/parser/test.red3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/parser/test.red b/src/parser/test.red
new file mode 100644
index 0000000..54e3453
--- /dev/null
+++ b/src/parser/test.red
@@ -0,0 +1,3 @@
+MOV 0, 0
+
+END