siddharthb / Kide

Kide- The Kappa IDE for Eclipse
GNU Lesser General Public License v3.0
1 stars 0 forks source link

Kappa parser in editor window doesn't handle linebreak ('\') character #19

Open donal-s opened 13 years ago

donal-s commented 13 years ago

Adding a rule with the linebreak character will cause parse errors, for example:

'testrule' \ A(s~x) ->\ A(s~y) @ 0.1

will cause a couple of syntax errors in the editor while still being valid syntax