WIP lox VM interpreter
!(5 - 4 > 3 * 2 == !nil)
Stdout:
Logs:
Some working examples:
!10 == false
nil == nil
(10 - 10) * 10 == 0