-
Notifications
You must be signed in to change notification settings - Fork 10
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Assignment 3 - Ellen Hui and Mauricio Molina (Team #5) #4
base: master
Are you sure you want to change the base?
Conversation
@@ -1,16 +1,36 @@ | |||
Who is the target for this design, e.g., are you assuming any knowledge on the | |||
part of the language users? | |||
|
|||
Beginner Programmers: Assuming they understand loops and states. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Your final syntax doesn't appear to have any explicit looping constructs. When you say that you assume a knowledge of loops, do you mean that you expect the user to understand that the rules are applied repetitively?
Direction to move in is one of NEWS or "X" for don't move. | ||
*) | ||
_move_direction = "N" | "E" | "W" | "S" | "X" ; | ||
move_direction = quote _move_direction quote ; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
If you use parentheses for grouping, you could combine these two rules into one.
No description provided.