Comment Block
Comments can be defined crossing line borders or within a line. Comment blocks start with '/*' and are terminated by '*/'.
Notes:
comment_block := comment_begin anychar(*) comment_end
Definition:
comment_block ::= ref(std_comment)