Module duckscript::parser

source ·
Expand description

parser

The duck script parser.

Functions

  • parses the file and returns a vector of instructions
  • parses the provided script text and returns a vector of instructions
  • parses the provided script text with the file provided as its source path and returns a vector of instructions