diff options
| author | Alois <[email protected]> | 2016-09-29 02:04:06 +0200 |
|---|---|---|
| committer | GitHub <[email protected]> | 2016-09-29 02:04:06 +0200 |
| commit | 6b495c22d32830b4380d8eeac79216b982250870 (patch) | |
| tree | 16e4db69027df1595e26aad0811767ff774d3494 | |
| parent | c70f331f07ab2b165c1004c48ac68baf0a81f40c (diff) | |
| parent | d55d24482079b785bb92aad120d6485e9c0c697a (diff) | |
| download | awesome-regex-6b495c22d32830b4380d8eeac79216b982250870.tar.xz awesome-regex-6b495c22d32830b4380d8eeac79216b982250870.zip | |
Merge pull request #34 from quobit/focs
Add ch. 10 of Foundations of Computer Science
| -rw-r--r-- | README.md | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -111,6 +111,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) |
