JingJingJingJing / Sira

This is sira
2 stars 1 forks source link

Implement the command parser of sira.exe #67

Closed JingJingJingJing closed 5 years ago

JingJingJingJing commented 6 years ago

Implement parser to parse user's commands about which is a plain text input according to #52. The parser should parse the command in to 3 parts:

  1. basic command type
  2. options
  3. paras Based on the hierarchical relationship of these three parts and the spec of #53 , the corresponding module is called.