aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJosé Carlos García <[email protected]>2016-09-28 23:25:55 +0200
committerGitHub <[email protected]>2016-09-28 23:25:55 +0200
commitd55d24482079b785bb92aad120d6485e9c0c697a (patch)
tree05eaf3f545164ccc980151ab31dfefcfe21e071b
parentc753d9957e5f546b5a947fdcce6f75f4e98a83b8 (diff)
downloadawesome-regex-d55d24482079b785bb92aad120d6485e9c0c697a.tar.xz
awesome-regex-d55d24482079b785bb92aad120d6485e9c0c697a.zip
Add ch. 10 of Foundations of Computer Science
-rw-r--r--README.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/README.md b/README.md
index 4cc1deb..1933d2d 100644
--- a/README.md
+++ b/README.md
@@ -110,6 +110,7 @@ Sharing, suggestions and contributions are always welcome! Please take a look at
## Books
+- [Patterns, Automata, and Regular Expressions](http://infolab.stanford.edu/~ullman/focs/ch10.pdf) - Al Aho and Jeff Ullman (1992) (*chapter 10 of [Foundations of Computer Science](http://infolab.stanford.edu/~ullman/focs.html)*)
- [Beginning Regular Expressions](http://shop.oreilly.com/product/9780764574894.do) - Andrew Watt (2005)
- [Mastering Regular Expressions](http://shop.oreilly.com/product/9780596528126.do) - Jeffrey E.F. Friedl (2006)
- [Regular Expression Pocket Reference](http://shop.oreilly.com/product/9780596514273.do) - Tony Stubblebine (2007)