Lexer and Parser simple example in Ocaml
| Newsgroups | gmane.comp.lang.ocaml.beginners |
|---|---|
| Message-ID | <[email protected]> |
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.