diff options
| author | Nakidai <nakidai@disroot.org> | 2025-03-31 17:39:43 +0300 |
|---|---|---|
| committer | Nakidai <nakidai@disroot.org> | 2025-03-31 17:39:43 +0300 |
| commit | 7175db1e1bf7dea9987d0473e804a677687a4fb0 (patch) | |
| tree | ec433fa0662f68928c4c578da3de3ad8170416b8 /examples | |
| parent | b8ba6128aa595ef1faa86ca4c69f5a3e7daa7c67 (diff) | |
| download | 3cl-7175db1e1bf7dea9987d0473e804a677687a4fb0.tar.gz 3cl-7175db1e1bf7dea9987d0473e804a677687a4fb0.zip | |
Add multiline comment example
Diffstat (limited to 'examples')
| -rw-r--r-- | examples/Makefile | 1 | ||||
| -rw-r--r-- | examples/in/mlc | 0 | ||||
| -rw-r--r-- | examples/mlc.ccl | 3 | ||||
| -rw-r--r-- | examples/out/mlc | 3 |
4 files changed, 7 insertions, 0 deletions
diff --git a/examples/Makefile b/examples/Makefile index db76c98..8d943eb 100644 --- a/examples/Makefile +++ b/examples/Makefile @@ -1,6 +1,7 @@ TESTS += fac TESTS += fib TESTS += gcd +TESTS += mlc TESTS += num all: ${TESTS} diff --git a/examples/in/mlc b/examples/in/mlc new file mode 100644 index 0000000..e69de29 --- /dev/null +++ b/examples/in/mlc diff --git a/examples/mlc.ccl b/examples/mlc.ccl new file mode 100644 index 0000000..65ea99c --- /dev/null +++ b/examples/mlc.ccl @@ -0,0 +1,3 @@ +\ this is +multiline comment test +(: \ diff --git a/examples/out/mlc b/examples/out/mlc new file mode 100644 index 0000000..231c292 --- /dev/null +++ b/examples/out/mlc @@ -0,0 +1,3 @@ +Globals: +Functions: +Stack: |