Skip to content
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

Open
wants to merge 26 commits into
base: master
Choose a base branch
from

Conversation

ellenfkh
Copy link

No description provided.

@@ -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.
Copy link

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 ;
Copy link

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants