Zach Dziura
75c277db3a
Fixed usage display formatting
2015-06-23 11:09:56 -04:00
Zach Dziura
77f65c79c2
Fixed bug where the correct usage format wasn't being used.
...
TODO: Fix a spacing issue with the usage display.
2015-06-23 12:00:50 +00:00
Zach Dziura
3c9dae504b
Matches is now a Type Alias, rather than its own struct
...
Since the original Matches structure was nothing more than a wrapper around a HashMap<String,
String>, the code has been updated to simply be a type alias to that type. Makes things easier.
2015-06-23 03:31:02 +00:00
Zach Dziura
632850c58c
Finally (FINALLY!) finished the Token integration
2015-06-16 14:28:14 -04:00
Zach Dziura
ee56d7c081
Added extra Token methods
2015-06-11 16:59:41 -04:00
Zach Dziura
87675e409a
Creating test cases for each module
2015-06-10 18:14:11 +00:00
Zach Dziura
0bab8dc9ca
Finished the Tokens refactor
...
Now I just need to test the damn thing...
2015-06-09 16:50:16 -04:00