alloy - Multiline Comment Parsing Bug -


working latest alloy analyzer available @ website (4.2 build date: 2012-09-25) realized that, when put code between 2 /**/ /**/ <some code> /**/, code <some code> seems ignored analyzer (although editor seems parse code correctly).

for example, in following code snippet declaration of fact ignored analyzer:

/**/ fact traces {     init [first]     d: dinner - last |          let d' = next [d] |              p,p': philosopher, f: fork |                  pickleftfork [d,d',p,p',f] } /**/ 

as put space between /**/, is, /* */, code behaves expected.

java-style doc comments have been added alloy, in example above, /** token @ beginning starts doc comment, , **/ token @ end closes is, in between parsed comment.


Comments

Popular posts from this blog

Unable to remove the www from url on https using .htaccess -