Skip to main content

Crate plc_source

Crate plc_source 

Source

Modules§

source_location

Structs§

SourceCode
The SourceCode unit is the smallest unit of compilation that can be passed to the compiler

Enums§

SourceType
Represents the type of source a SourceContainer holds

Traits§

Compilable
SourceCodeFactory
Extension trait to create sources with names from strs, used in tests
SourceContainer
SourceContainers offer source-code to be compiled via the load_source function. Furthermore it offers a location-String used when reporting diagnostics.

Functions§

create_source_code

Type Aliases§

BuildDescriptionSource