Commit graph

5 commits

Author SHA1 Message Date
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
Renamed from src/opts.rs (Browse further)