Skip to content

Commit

Permalink
Update FinalReview.md
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisparnin committed Apr 22, 2016
1 parent 1515aa4 commit bfc09e6
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions FinalReview.md
Original file line number Diff line number Diff line change
Expand Up @@ -135,12 +135,14 @@ function weird(x,y,z, mode, results)
*You can assume a basic visitor function already exists and provide your own tokens and AST structure you assume exist (feasibly parsed).*

A) Count the number of branches in a function. (10 points)
-) What is number of branches in the above weird function?
-) Parser implementation.

- What is number of branches in the above weird function?
- Parser implementation.

B) Count the number of conditions in a function. (10 points)
-) What is number of conditions in the above weird function?
-) Parser implementation.

- What is number of conditions in the above weird function?
- Parser implementation.

### Analyze

Expand Down

0 comments on commit bfc09e6

Please sign in to comment.