viferga
08/17/2022, 11:26 PMinfiniteregrets
09/28/2022, 4:47 AMinfiniteregrets
10/27/2022, 6:27 PMbash
"$a = $a = not ( true or false and not ( true and false ) ) and false or true"
bash
[Token(identifier, $a), Token(equal, =), Token(identifier, $a), Token(equal, =), Token(not, not), Token((, (), Token(true, true), Token(or, or), Token(false, false), Token(and, and), Token(not, not), Token((, (), Token(true, true), Token(and, and), Token(false, false), Token(), )), Token(), )), Token(and, and), Token(false, false), Token(or, or), Token(true, true), Token(eof, )]
Assign($a, Assign($a, Expr(Expr(Expr(None, not, Expr(Expr(True, or, False), and, Expr(None, not, Expr(True, and, False)))), and, False), or, True)))
not sure how correct it is, but also found this really cool tool that helped me understand things https://www.cs.princeton.edu/courses/archive/spring20/cos320/LL1/Aviram Hassan
12/07/2022, 2:05 PMblackgirlbytes
12/14/2022, 5:59 PMinfiniteregrets
02/12/2023, 2:05 AM