Wrote a simplified regular expression parser to make life easier (it only does single matches; i.e., no one-or-more matches, etc.).

Fixed some of the whitespace/line break matching.
This commit is contained in:
Jesse Beder
2008-06-27 08:20:41 +00:00
parent 873dbc2421
commit 4e435b1321
7 changed files with 277 additions and 75 deletions

View File

@@ -1,3 +1,5 @@
---
- milk
- eggs
- cheese and bread # this is really important!
- eggs # this is really important!
- cheese and bread
...