- Sponsor
-
Notifications
You must be signed in to change notification settings - Fork 88
Open
Labels
enhancementNew feature or requestNew feature or request
Description
We currently only support a subset of our command grammar for our custom parsed actions. We would like to:
- Set up our test harness to try running all spoken forms from our recorded tests through our custom command parser to check that the output payload matches the command payloadExpand the parsed command grammar so that we pass all of the above testsTo pick up a draggable item, press the space bar. While dragging, use the arrow keys to move the item. Press space again to drop the item in its new position, or press escape to cancel.
Note that we need to think about whether we want to support all spoken forms. The following examples seem awkward:
- Decorated marks, eg
"take air"
. In this case, using the spoken forms for characters seems a bit strange. In a written grammar, it seems more natural to do something like"take a"
- Ordinals / numbers, eg
"take second token"
. Might be fine for smaller ones, but it's a bit strange for larger ordinals / numbers to spell them out - Plurals, eg
"take two tokens"
Keep in mind also the following relevant issues to our parser:
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request
Type
Projects
Milestone
Relationships
Development
Select code repository
Activity