Skip to content
Snippets Groups Projects
Commit 01a567d0 authored by Alexander Schultheiß's avatar Alexander Schultheiß
Browse files

Fixed sample output of demorgan

parent 858879e5
Branches
No related merge requests found
......@@ -9,14 +9,14 @@ KwIf: "if"
LParen: "("
Id: "b"
Eq: "=="
Id: "true"
ConstBoolean: "true"
RParen: ")"
KwReturn: "return"
ConstBoolean: " false"
ConstBoolean: "false"
Semicolon: ";"
KwElse: "else"
KwReturn: "return"
Id: "true"
ConstBoolean: "true"
Semicolon: ";"
RBrace: "}"
KwBoolean: "bool"
......@@ -138,12 +138,12 @@ LBrace: "{"
KwBoolean: "bool"
Id: "a"
Assign: "="
Id: "true"
ConstBoolean: "true"
Semicolon: ";"
KwBoolean: "bool"
Id: "b"
Assign: "="
Id: "true"
ConstBoolean: "true"
Semicolon: ";"
KwInt: "int"
Id: "i"
......@@ -222,7 +222,7 @@ KwWhile: "while"
LParen: "("
Id: "b"
Neq: "!="
Id: "true"
ConstBoolean: "true"
RParen: ")"
Semicolon: ";"
Id: "a"
......@@ -237,7 +237,7 @@ KwWhile: "while"
LParen: "("
Id: "a"
Neq: "!="
Id: "true"
ConstBoolean: "true"
RParen: ")"
Semicolon: ";"
RBrace: "}"
\ No newline at end of file
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment