| Issue 1: | Need to implement regexp replacements in token recognition | |
| 1 person starred this issue and may be notified of changes. | Back to list |
What steps will reproduce the problem? 1. Happens with standard <string> recognition. What is the expected output? What do you see instead? String parsing is currently done by recognizing 3 tokens, the enclosing double-quotes and the string regexp. This way, " foobar" gives the string "foobar" instead of " foobar". A \ must be inserted at head of string as in "\ foobar" to obtain " foobar". Please use labels and text to provide additional information.
Feb 3, 2008
Project Member
#1
damien.l...@gmail.com
Status:
Fixed
|