aboutsummaryrefslogtreecommitdiffstats
path: root/calc-example/calc.syntax
diff options
context:
space:
mode:
Diffstat (limited to 'calc-example/calc.syntax')
-rw-r--r--calc-example/calc.syntax2
1 files changed, 1 insertions, 1 deletions
diff --git a/calc-example/calc.syntax b/calc-example/calc.syntax
index 8051f57..27c47a1 100644
--- a/calc-example/calc.syntax
+++ b/calc-example/calc.syntax
@@ -1,5 +1,5 @@
_WHITESPACE = " " | "\t" | " ";
-_COMMENT = "(*", {!"*)", <0, 0xFF>}, "*)";
+_COMMENT = "(*", {!"*)", <0, 0xFF>}, ("*)" | -);
_ = {_WHITESPACE | _COMMENT};