Browse thread
[Caml-list] RealWorld-Examples for OcamlLex/OcamlYacc?
-
oliver@f...
- Remi Vanicat
- Benjamin Geer
- skaller
[
Home
]
[ Index:
by date
|
by threads
]
[ Message by date: previous | next ] [ Message in thread: previous | next ] [ Thread: previous | next ]
[ Message by date: previous | next ] [ Message in thread: previous | next ] [ Thread: previous | next ]
| Date: | -- (:) |
| From: | Benjamin Geer <ben@s...> |
| Subject: | Re: [Caml-list] RealWorld-Examples for OcamlLex/OcamlYacc? |
Oliver Bandel wrote: > I ask the other addicts here for > real-world programs, that use ocamllex and ocamlyacc > and if available, a good tutorial. The OCaml compiler itself is a very good example. Have a look at parsing/lexer.mll and parsing/parser.mly in the OCaml source distribution. I learnt a lot from them. Ben ------------------- 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