Searched refs:hex (Results 1 – 3 of 3) sorted by relevance
86 let bytecode = hex::decode(program_text).unwrap(); in main()89 let mut memory: Vec<u8> = hex::decode(memory_text).unwrap(); in main()
49 hex = "0.4.3"
63 let hex = string("0x") in integer() localVariable67 (sign, attempt(hex).or(dec)).map(|(s, x)| s * x) in integer()