Module cdoc_parser::code_ast::types
source · Expand description
Types for exercise definitions.
Structs
- An exercise element with a placeholder and a solution
Enums
- Top-level structure. A code file is split into these types.
- Represents a line of source code. Can either be markup (descriptions of the exercise) or code (regular source code).