source = "main.tri"
hand = "../../std/compiler/lexer.tasm"
target = "triton"
input = [56, 112, 114, 111, 103, 114, 97, 109, 32, 97, 110, 111, 116, 104, 101, 114, 32, 102, 110, 32, 109, 97, 105, 110, 40, 41, 32, 45, 62, 32, 70, 105, 101, 108, 100, 32, 123, 32, 40, 55, 32, 43, 32, 53, 41, 32, 42, 32, 40, 57, 32, 43, 32, 50, 41, 32, 125]
output = [22, 0, 1, 0, 7, 0, 54, 8, 15, 0, 4, 16, 18, 0, 54, 19, 23, 0, 28, 23, 24, 0, 29, 24, 25, 0, 39, 26, 28, 0, 23, 29, 34, 0, 30, 35, 36, 0, 28, 37, 38, 0, 53, 38, 39, 7, 43, 40, 41, 0, 53, 42, 43, 5, 29, 43, 44, 0, 44, 45, 46, 0, 28, 47, 48, 0, 53, 48, 49, 9, 43, 50, 51, 0, 53, 52, 53, 2, 29, 53, 54, 0, 31, 55, 56, 0, 56, 56, 56, 0]
max_cycles = 500000
reference = "Independent byte tokenization and Pratt AST/postfix TIR oracle; complete lexer records; parentheses. See std/compiler/README.md."
hand_prefix = "call __lexer_main halt"