diff options
| author | Baitinq <[email protected]> | 2025-01-06 20:40:22 +0100 |
|---|---|---|
| committer | Baitinq <[email protected]> | 2025-01-06 23:50:09 +0100 |
| commit | 31ce64f814e55ddd8d5d60feef1a17b91e051f55 (patch) | |
| tree | f393ed64203fefe1eb9bbc1f3d6d78bb69c2b396 /examples/0.src | |
| parent | Parser: Change grammar and implement print and expression parsing (diff) | |
| download | pry-lang-31ce64f814e55ddd8d5d60feef1a17b91e051f55.tar.gz pry-lang-31ce64f814e55ddd8d5d60feef1a17b91e051f55.tar.bz2 pry-lang-31ce64f814e55ddd8d5d60feef1a17b91e051f55.zip | |
Parser: Improvements?
Diffstat (limited to 'examples/0.src')
| -rw-r--r-- | examples/0.src | 1 |
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); |