<div dir="ltr">Hi,<div class="gmail_extra"><br><br><div class="gmail_quote">On Sat, May 11, 2013 at 10:42 AM, Wojciech Meyer <span dir="ltr"><<a href="mailto:wojciech.meyer@gmail.com" target="_blank">wojciech.meyer@gmail.com</a>></span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left-width:1px;border-left-color:rgb(204,204,204);border-left-style:solid;padding-left:1ex">Hi,<br>
<div class="im"><br></div>I'd make it following OCaml convention, but also make it plugable so the<br>
user can choose how to lex the contents, because string can contain<br>
arbitrary text, and I've never seen a computer language that had<br>
different delimiters (apart from Python ''') so it all makes sense. On<br>
other hand allowing strings between other delimiters would be good to.<br>
<br></blockquote><div style>Yes, I think the requirement  for the string convention is reasonable, but the requirement for char convention is a bit loose. So,</div><div style>   {:q| "|}" |} (* accepted*)</div>
<div style>   {:q| '"' |}  (* accepted *)</div><div style>   {:q| '     '  |} (* accepted as well, the char check is intended to be loose *)</div><div style><br></div><div style>Now even the lexer generator is embedded in Fan and bootstrapped by Fan itself, </div>
<div style>check out :</div><div style> <a href="https://github.com/bobzhang/Fan/blob/master/src/FLexer.ml">https://github.com/bobzhang/Fan/blob/master/src/FLexer.ml</a></div><div style><br></div><div style>The advantaged compared with ocamllex is that it works in toplevel :-)</div>
<div style>   </div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left-width:1px;border-left-color:rgb(204,204,204);border-left-style:solid;padding-left:1ex">
Now it's time to say, you would love how the PEG packrat parses, because<br>
it does not have lexing pass so you would not have this problem. (but<br>
has some slightly different).<br>
<span class=""><font color="#888888"><br>
Wojciech<br>
</font></span></blockquote></div><br><br clear="all"><div><br></div>-- <br><div>Regards</div>-- Bob
</div></div>