OpenBEL / openbel-framework

An open platform for capturing, integrating, storing, and sharing biological knowledge in and across organizations.
http://openbel.org
Apache License 2.0
22 stars 7 forks source link

Invalid escape sequence in string causes infinite loop while parsing #52

Open abargnesi opened 11 years ago

abargnesi commented 11 years ago

If a BEL script has a string that contains invalid escape sequences then the BEL compiler will hang in an infinite loop. The repeated output is:

line 833810:385 required (...)+ loop did not match anything at character '\'

https://gist.github.com/4596289