Module cdoc_parser::code_ast::types

source ·
Expand description

Types for exercise definitions.

Structs

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).

Traits