sleyzerzon / soar

Automatically exported from code.google.com/p/soar
1 stars 0 forks source link

Newlines in production doc strings no longer work #80

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
If the doc string of a rule has a newline in it, it fails to parse:

p {test
"hello
there"
(state <s> ^superstate nil)
-->
(write hi)
}

This works in Soar 8.6.3.

Original issue reported on code.google.com by dave...@gmail.com on 21 Jul 2010 at 5:49

GoogleCodeExporter commented 8 years ago
Note that I think this is a CLI pre-processing issue. The parser in the kernel 
doesn't have a problem with it I think.

Original comment by dave...@gmail.com on 21 Jul 2010 at 5:52

GoogleCodeExporter commented 8 years ago

Original comment by voigtjr@gmail.com on 21 Jul 2010 at 5:58