|
65e8b7d15e
|
Change matches to store the string they matched.
|
2017-07-29 21:20:11 -07:00 |
|
|
d9df565a42
|
Switch all uses of *List, *Map to just List and Map.
|
2017-07-27 18:19:12 -07:00 |
|
|
f00ad25d6a
|
Implement correct plugin loading and registration.
|
2017-07-27 14:06:57 -07:00 |
|
|
87c51f279a
|
Support removing expressions.
|
2017-07-27 10:54:11 -07:00 |
|
|
586cd90e32
|
Switch Lexer to use a map for patterns, to allow for removal.
|
2017-07-27 10:47:11 -07:00 |
|
|
93e892f92e
|
Correctly handle un-matched tokens and end-of-string situations.
|
2017-07-26 13:24:46 -07:00 |
|
|
136a481e74
|
Add a lot of comments. More to come.
|
2017-07-25 22:47:48 -07:00 |
|
|
42db6b3c2f
|
Fix bug causing the last character not to be matched.
|
2017-07-24 21:00:35 -07:00 |
|
|
c86e192d2e
|
Implement a lexer.
|
2017-07-24 20:47:25 -07:00 |
|