AY1920S1-CS2113T-F09-1 / main

Duke$$$ is a Command Line based Financial Tracker Assistant
0 stars 5 forks source link

Add Parser Support for /flags #76

Closed Mudaafi closed 5 years ago

Mudaafi commented 5 years ago

The Parser lacks proper support for finding flags in user inputs. It needs to be streamlined to facilitate developers to code better.

Command Stucture:

/ / ... Parser should have: - [x] parseForCommand: CommandType - [x] parseForPrimaryInput: PrimaryInput - [x] parseForFlag("flag"): detail