[e-lang] TermL vs JSON: "\/"
Kevin Reid
kpreid at mac.com
Wed Jan 14 21:25:28 CST 2009
JSON permits a quoted string to contain an escaped forward slash,
"\/". TermL as currently implemented in E-on-Java does not.
Furthermore, the escapes are implemented in
org.quasiliteral.syntax.BaseLexer, such that it is nontrivial to apply
the change just to TermLexer.
I assume that TermL should be changed, in accordance with the superset-
of-JSON goal.
Should \/ be permitted in all other BaseLexer-derived languages? If
not, how should it be changed to allow TermLexer to do so?
--
Kevin Reid <http://homepage.mac.com/kpreid/>
More information about the e-lang
mailing list