Expand description
Scene parsing module.
Provides Scene
struct parsed from scene file (yaml formatted).
Structs§
- A high-level wrapper around a stream, used to parse scene files (yaml formatted).
- Scene to render.
- A specific position in a scene file.
- Var 🔒Variables object, useful to store when parsing.
Enums§
- Keywords 🔒Enum for all the possible keywords of
Token::Keyword
. - Token 🔒Enum for all tokens recognized by the lexer.
Constants§
- SYMBOLS 🔒Chars that must be considered special when parsed.