Matt Wette <[email protected]>: > [2] may be possible if it is supported by the Guile regexp library. > But I’m not sure there is a clean way to do this, given that > syntax-case bindings are lexical.
Additionally, you have a problem with the different regexp flags (newline semantics, case-sensitivity etc). Maybe it's best to keep your original idea and keep it simple. Marko
