about summary refs log tree commit diff
path: root/examples
diff options
context:
space:
mode:
authorBaitinq <[email protected]>2025-01-16 22:33:02 +0100
committerBaitinq <[email protected]>2025-01-16 22:33:02 +0100
commitc6fc8679b3268cd074e4dba73de0079c0471297e (patch)
tree063df97185d385bf45cfee9d24c1e2a220f2e445 /examples
parentEvaluator: variables as values (diff)
downloadpry-lang-c6fc8679b3268cd074e4dba73de0079c0471297e.tar.gz
pry-lang-c6fc8679b3268cd074e4dba73de0079c0471297e.tar.bz2
pry-lang-c6fc8679b3268cd074e4dba73de0079c0471297e.zip
Tokenizer: Add support for comments
Diffstat (limited to 'examples')
-rw-r--r--examples/0.src2
1 files changed, 2 insertions, 0 deletions
diff --git a/examples/0.src b/examples/0.src
index 8b21f41..d73769a 100644
--- a/examples/0.src
+++ b/examples/0.src
@@ -1,3 +1,5 @@
+/* HELLO! Welcome to the unnamed language */
+
 let main = () => {
 	print(2);