Browse thread
[Caml-list] Need NFA/DFA conversion help
[
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: | luc.maranget@i... |
| Subject: | Re: [Caml-list] Need NFA/DFA conversion help |
> > What doesn't work is sub-group matching, look ahead, etc -- things > > requiring actions in the middle of a regexp (rather than at the > > end). > > Here is the second problem. You did exactly what was expected (taking > a textbook on formal languages and implement what is said). The > problem is that tools like PCRE, Lex, Yacc, etc. do not work as > textbook say. They do not accept rational or context-free languages, > they do not use DFA, NFA or LR(k) automata as claimed. > Perhaps I should make my previous post (on the theoretic side of ocamllex) a bit more precise. The cited articles relate to << sub-group matching >> in DFA implementation of regexp matching. The proposed technique is an extension of the Dragon-Book technique (Glukov ?) --Luc ------------------- 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