Kaba package kaba ed
Interface to the compiler. Offers reflection (information about types and code).
Classes ed
- class Class
- class ClassElement
- class Constant
- class Context
- class Function
- class Module
- class Package
- class SpecialFunction
- class Statement
- class Variable
- class code
Functions ed
- func static pure disassemble(p: void*, length: i32, comments: bool) -> string
- func static pure install_root() -> Path
- func static link_name(f: Function) -> string
- func static pure packages_root() -> Path
- func static show_func(f: Function)
- func static pure this_module() -> Module&
- func static pure this_package() -> Package*
Variables ed
- var static default_context: Context&
- var static kaba_version: string
- var static special_functions: SpecialFunction&[]
- var static statements: Statement&[]