Commit graph

12 commits

Author SHA1 Message Date
Zach Dziura
1c75b5354e Version 1.0 2015-06-29 07:55:53 -04:00
Zach Dziura
14b5cad8c1 Finished test cases for matches 2015-06-24 17:24:06 -04:00
Zach Dziura
e3d1176fa6 Fixed broken tests 2015-06-24 17:02:16 -04:00
Zach Dziura
cc6f53979a Fixing some of the failing test cases
Still more to finish, however...
2015-06-24 16:04:50 -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
0bab8dc9ca Finished the Tokens refactor
Now I just need to test the damn thing...
2015-06-09 16:50:16 -04:00
Zach Dziura
c0d0a99c25 Begin bringing Tokens into Opt
I've made an executive decision: Opt will be in charge of displaying the
usage (help) information for the program. That will involve bringing the
functionality delivered by Token into Opt. I've begun that process now.
2015-06-04 15:37:59 -04:00
Zach Dziura
ad4a8ee4b3 Integrated the lexer into the existing workflow
Next up, generate the help-generator functions!
2015-05-27 15:49:50 -04:00
Zach Dziura
3aeaf8467e Version 0.1.0 2015-04-28 01:10:37 -04:00