Add ref to this nice page about Chapter 9's regexp matcher
This commit is contained in:
parent
2f0b4d698b
commit
bc48c2be47
|
@ -62,7 +62,8 @@ main(int argc, char *argv[])
|
|||
}
|
||||
|
||||
// Regexp matcher from Kernighan & Pike,
|
||||
// The Practice of Programming, Chapter 9.
|
||||
// The Practice of Programming, Chapter 9, or
|
||||
// https://www.cs.princeton.edu/courses/archive/spr09/cos333/beautiful.html
|
||||
|
||||
int matchhere(char*, char*);
|
||||
int matchstar(int, char*, char*);
|
||||
|
|
Loading…
Reference in a new issue