| Building Parsers with Java By Steven John Metsker |
| Table of Contents | |
| Content |
| The premise of this book is that by learning how to work with parsers, you can create new computer languages that exactly fit your domain. When you create a language, you give your language users a new way to control their computers. By learning about parsers, you learn to define the way your users interact with computers using text. |
| Top |