Would be nice to be able to match everything inside a comment until the end-token "*/". Possible? Without creating a string buffer manually.
Example:
| "/**" (_* as s) "*/" { DOCBLOCK_AS_STR s }
Would be nice to be able to match everything inside a comment until the end-token "*/". Possible? Without creating a string buffer manually.
Example:
| "/**" (_* as s) "*/" { DOCBLOCK_AS_STR s }