The top link is a Scheme classic about implementing regexps - it's interesting to see how the syntax changes (rather than put the regexp in a string, make an S-expression; the intro also has some good general points).
This link is a small regexp matcher in Caml which shows how much work pattern matching and static typing can do for you. Neat.
Posted to "" by andrew cooke on 11/15/00; 12:17:55 AM
|
|