Browse thread
ocamllex and python-style indentation
[
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: | Mike Lin <nilekim@g...> |
| Subject: | Re: [Caml-list] ocamllex and python-style indentation |
On Wed, Jul 1, 2009 at 3:31 AM, Andreas Rossberg<rossberg@mpi-sws.org> wrote: > > I know. (Haskell has nested comments, too, btw.) That does not make a > difference, though - it is all handled by lex already. In fact, my code > handled nested comments just fine. OK, now I'm curious :) how does your lexer match balanced parentheses, or in this case comments?