Expand description
Dockerfile parser using nom.
Parses Dockerfile content into an AST of InstructionPos elements.
Structs§
- Parse
Error - Parse error information.
Functions§
- parse_
dockerfile - Parse a Dockerfile string into a list of positioned instructions.