Browse thread
[Caml-list] ocamlyacc parsers...
- Jonathan Roewen
[
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: | Jonathan Roewen <jonathan.roewen@g...> |
| Subject: | [Caml-list] ocamlyacc parsers... |
Hi, How can I found out more about the state of the parser when a Parse_error is raised? (Like tokens that were successfully read, etc). Jonathan