mirror of
https://github.com/UpsilonNumworks/Upsilon.git
synced 2026-03-29 03:29:58 +02:00
Fix comments in rules.
Change-Id: I86c9699a52ee287b8f488dcc4531f624fd8771e0
This commit is contained in:
@@ -1,4 +1,3 @@
|
||||
/* */
|
||||
Addition(Addition(a*),b*)->Addition(a*,b*);
|
||||
Addition(Integer.a,Integer.b)->$AddIntegers(a,b);
|
||||
Addition(Integer.a,Integer.b,c*)->Addition($AddIntegers(a,b),c*);
|
||||
|
||||
@@ -23,7 +23,6 @@
|
||||
\; { return(SEMICOLON); }
|
||||
\. { return(PERIOD); }
|
||||
"//".* {} /* ignore single line comments */
|
||||
"/*".*"*/" {} /* ignore multiline comments */
|
||||
|
||||
[ \t\n] {} /* ignore line jump and whitespaces */
|
||||
|
||||
|
||||
Reference in New Issue
Block a user