[][src]Module smpl::module

Contains data structures used to represent SMPL code.

Structs

ParsedModule

Represents a parsed SMPL module that is syntactically correct.

UnparsedModule

Represents an unparsed SMPL module.

Enums

ModuleSource

Represents where a SMPL module came from. Used to help gather source location info.