Re: Lexer and Parser simple example in Ocaml
| Newsgroups | gmane.comp.lang.ocaml.beginners |
|---|---|
| Message-ID | <CAFrFfuG6nuDD00QKD1zoKcuPNzdVCzYt8S-dhEE6h5=u21k=jw@mail.gmail.com> |
There's this example of a small language interepreter: http://caml.inria.fr/pub/docs/oreilly-book/html/book-ora058.html martin On Fri, Jun 20, 2014 at 5:35 AM, [email protected] [ocaml_beginners] < [email protected]> wrote: > > > Hi, I need a simple example of lexer and parser using Ocaml. a simple > lexer and parser for a simple programming language (with simple rules, for > example only if and while rules ). Is there any sample projects? > > Regards. > > >