OLD | NEW |
---|---|
(Empty) | |
1 // Foobar | |
2 /* Foo | |
3 bar */ | |
4 %% | |
5 // Foobar | |
6 /* Foo | |
7 bar */ | |
8 %% | |
9 | |
10 ---------------------------------------------------- | |
11 | |
12 [ | |
13 ["bison", [ | |
14 ["comment", "// Foobar"], | |
15 ["comment", "/* Foo\r\nbar */"], | |
16 ["punctuation", "%%"], | |
17 ["comment", "// Foobar"], | |
18 ["comment", "/* Foo\r\nbar */"], | |
19 ["punctuation", "%%"] | |
20 ]] | |
21 ] | |
22 | |
23 ---------------------------------------------------- | |
24 | |
25 Checks for comments. | |
OLD | NEW |