Browse thread
F# lightweight syntax for Ocaml with camlp4 - possible?
-
Dmitry Bely
- Chris King
- Daniel_Bünzli
[
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: | Chris King <colanderman@g...> |
| Subject: | Re: [Caml-list] F# lightweight syntax for Ocaml with camlp4 - possible? |
On 5/7/07, Dmitry Bely <dmitry.bely@gmail.com> wrote: > Could the same idea be implemented for Ocaml with Camlp4? Can it use > an indentation level while parsing? It has been... http://people.csail.mit.edu/mikelin/ocaml+twt/ But it doesn't use camlp4 (since camlp4 can't modify the lexer to handle tabs specially). - Chris