gwr/parser/instruction_parser

Functions

pub fn parse_expression(
  from reader: BinaryReader,
) -> Result(#(BinaryReader, List(Instruction)), String)
pub fn parse_instruction(
  from reader: BinaryReader,
) -> Result(#(BinaryReader, Instruction), String)
Search Document