summary refs log tree commit diff
path: root/examples
diff options
context:
space:
mode:
authorManuel Palenzuela Merino <manuel.palenzuela@datadoghq.com>2025-01-06 20:40:22 +0100
committerManuel Palenzuela Merino <manuel.palenzuela@datadoghq.com>2025-01-06 23:50:09 +0100
commitcd0224e35c8fe5a8775b6d3139a27072addb338e (patch)
treef393ed64203fefe1eb9bbc1f3d6d78bb69c2b396 /examples
parentParser: Change grammar and implement print and expression parsing (diff)
downloadinterpreter-cd0224e35c8fe5a8775b6d3139a27072addb338e.tar.gz
interpreter-cd0224e35c8fe5a8775b6d3139a27072addb338e.tar.bz2
interpreter-cd0224e35c8fe5a8775b6d3139a27072addb338e.zip
Parser: Improvements?
Diffstat (limited to 'examples')
-rw-r--r--examples/0.src1
1 files changed, 1 insertions, 0 deletions
diff --git a/examples/0.src b/examples/0.src
new file mode 100644
index 0000000..b87aa0c
--- /dev/null
+++ b/examples/0.src
@@ -0,0 +1 @@
+print(2);