SugarCubes.SigLayer โ Type
const SigLayer = Tuple{Int, JuliaSyntax.Kind, Expr}SugarCubes.Signature โ Type
struct Signature
layers::Vector{SigLayer}
endSugarCubes.CodeBlock โ Type
struct CodeBlock
code::String
filename::String
signature::Union{Nothing, Signature}
endSugarCubes.CodeBlockError โ Type
struct CodeBlockError <: Exception
msg::String
end