r0ller / alice

A Language Interpreter as semantiC Experiment in natural language processing
8 stars 0 forks source link

single line comments not allowed in functor definitions #54

Open r0ller opened 1 year ago

r0ller commented 1 year ago

Since new lines are not allowed in json structures, transgraph::apply_json_escapes() gets rid of them which results in incorrect code if there are single line comments (js://, sh:#) in it simply because the following code line get commented out due to the missing new line. The workaround till the fix, is to use block comments in the functor definitions.