summaryrefslogtreecommitdiff
path: root/src/main/CommandParser.java
AgeCommit message (Collapse)AuthorFilesLines
2014-05-08Delete junkPeter Wu1-113/+0
2014-04-25Added the functionality to execute and parse commands.Maurice Laveaux1-0/+113
* CommandParser can parse input strings to RequestCommand. * CommandQueue will execute all ICommands in a queue. * TODO: StreamCommands, database implementation. * RequestCommand writes into database.txt