Browse thread
[Caml-list] (Release) ocamllex tutorial (ver 0.1)
- SooHyoung Oh
[
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: | SooHyoung Oh <shoh@c...> |
| Subject: | [Caml-list] (Release) ocamllex tutorial (ver 0.1) |
If one doesn't have knowledge for lexcial analyzer or parsing theory, it's not sufficient for an user to use "ocamllex" and "ocamlyacc" after reading manuals of these utilities only. One has to read "lex"/"flex" manual and "yacc"/"bison" manual before using "ocamllex" and "ocamlyacc". So, I thought it would be helpful if ocaml community has "ocamllex" and "ocamlyacc" tutorials. This is my first contribute to "ocamllex tutorial" and I'm preparing the companion "ocamlyacc tutorial", too. Any comment will be appreciated. --- Abstract --- This is a tutorial on how to use ocamllex which is distributed with Ocaml language. This tutorial borrowed lots of part from flex manual, and some part from Chap. 12 Lexer and parser generators (ocamllex, ocamlyacc). The companion tutorial for ocamlyacc will be available in one or two weeks later. Please mail all comments and suggestions to <shoh at compiler dot kaist dot ac dot kr> This tutorial is work-in-progress. The latest version can be found at http://pllab.kaist.ac.kr/~shoh/ocaml/ocamllex_ocamlyacc/ocamllex-tutorial/index.html. Last updated: 2004-08-24 ------------------- 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