From 08c62134bf1e4a1636fecbf9dce4668164e8a794 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marvin=20L=C3=B6bel?= Date: Wed, 8 May 2013 15:36:31 -0700 Subject: [PATCH] Updated Lib re (markdown) --- Lib-re.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Lib-re.md b/Lib-re.md index 6a7b5a5..fe4286d 100644 --- a/Lib-re.md +++ b/Lib-re.md @@ -140,6 +140,8 @@ Issue: should it always work at compile time, or optionally fall back to runtime - Pro sometimes: * Simplified API. There is no separate API for runtime compilation, and making a change from compile-time to run-time regexps doesn't involve changing functions. +WIP notes: https://gist.github.com/Kimundi/5543809 + #### Separation of parsing from compiling Suppose we separate parsing from compiling. Then there are four situations: