[][src]Module saltwater::data

Re-exports

pub use crate::intern::InternedStr;
pub use error::CompileError;
pub use error::CompileResult;
pub use error::CompileWarning;
pub use error::Error;
pub use error::SemanticError;
pub use error::SyntaxError;
pub use lex::Literal;
pub use lex::Locatable;
pub use lex::Location;
pub use lex::Token;
pub use types::Type;

Modules

ast
error
hir
lex
types

Structs

StructRef

A reference to a struct definition. Allows self-referencing structs.

Enums

Radix
StorageClass
StructType

Structs can be either named or anonymous.