diff options
| author | Baitinq <[email protected]> | 2025-01-16 22:33:02 +0100 |
|---|---|---|
| committer | Baitinq <[email protected]> | 2025-01-16 22:33:02 +0100 |
| commit | c6fc8679b3268cd074e4dba73de0079c0471297e (patch) | |
| tree | 063df97185d385bf45cfee9d24c1e2a220f2e445 /examples | |
| parent | Evaluator: variables as values (diff) | |
| download | pry-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.src | 2 |
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); |