Dechenjm / crack-language

Automatically exported from code.google.com/p/crack-language
Other
0 stars 0 forks source link

Issue with C-style multiline comments #132

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
The following crack file compiles:

/************************

   Test

*************************/

The following does not:

/*************************

   Test

**************************/

Original issue reported on code.google.com by goodwill...@googlemail.com on 30 Dec 2014 at 12:33

GoogleCodeExporter commented 9 years ago

Original comment by mind...@gmail.com on 30 Dec 2014 at 3:59

GoogleCodeExporter commented 9 years ago
This issue was closed by revision 16c690bcc0ed.

Original comment by mind...@gmail.com on 30 Dec 2014 at 10:44

GoogleCodeExporter commented 9 years ago
Two consecutive asterisks made the tokenizer return to the comment content 
state instead of remaining in the "one asterisk found" state.  Fixed.

Original comment by mind...@gmail.com on 30 Dec 2014 at 10:45