From: "Rafael 'Dido' Sevilla" <dido@imperium.ph>
To: caml-list@inria.fr
Subject: [Caml-list] backslashes in ocamllex
Date: Mon, 6 Oct 2003 09:37:40 +0800 [thread overview]
Message-ID: <20031006013740.GA2149@imperium.ph> (raw)
Now I'm stuck again. I'm revising the lexical analyzer for my compiler
to enable it to recognize escaped strings, with conventions different
from OCaml's. Currently, I'm using this regex:
'\'' ("\\\\"|"\\'"|[^'\''])* '\''
in an attempt to recognize strings that begin and end with single
quotes, but may possibly include sequences like \' that represent
escaped quotes, and '\\' that represent escaped backslashes. Of course,
this doesn't work, as I lately realized, because this string:
'\\' '\\'
looks like I'm escaping the second quote, so I wind up with an empty
token. Any hints on how I'd go about doing this sort of thing?
-------------------
To unsubscribe, mail caml-list-request@inria.fr Archives: http://caml.inria.fr
Bug reports: http://caml.inria.fr/bin/caml-bugs FAQ: http://caml.inria.fr/FAQ/
Beginner's list: http://groups.yahoo.com/group/ocaml_beginners
next reply other threads:[~2003-10-06 6:32 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2003-10-06 1:37 Rafael 'Dido' Sevilla [this message]
2003-10-06 7:28 ` Christian Lindig
2003-10-06 8:26 ` Alain.Frisch
2003-10-06 7:53 ` Jean-Christophe Filliatre
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20031006013740.GA2149@imperium.ph \
--to=dido@imperium.ph \
--cc=caml-list@inria.fr \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox