1 2 3 4 5 6 7 8 9 10 11
#ruledef { test {x} => asm { emit {x} } } test 0x12 ; = 0x12 #ruledef { emit {x: i8} => x }