Skip to content
Discussion options

You must be logged in to vote

Since the parser for the test cases must also be able to parse a simple truth table, expressions must be enclosed in brackets.

A B Y

loop(a,256)
  loop(b,256)
     (a) (b) (a & b)
  end loop
end loop

Replies: 1 comment 2 replies

Comment options

You must be logged in to vote
2 replies
@schauma
Comment options

@stephen-riley
Comment options

Answer selected by schauma
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
3 participants