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