Module semantics

Source
Expand description

A module for acessing semantics type.

See Scdlang for example.

Enums§

Found
An Enum returned by Expression.semantic_check to detect incorrect semantics
Kind
An enum returned by Scdlang.iter_from to access semantics type/kind

Traits§

Declaration
[UNIMPLEMENTED] Mostly everything that use curly braces.
Expression
Everything that can change state
Statement
[UNIMPLEMENTED] Everything that don’t change state (no transition)