PreviousUpNext

13.5.11  core_symbol

The trivial compiler core_symbol package simply exports the special “_Core” symbol used to name the corresponding bootstrap package.

The core_symbol package has no explicit API.

The core_symbol package source code is in src/lib/compiler/front/typer-stuff/basics/core-symbol.pkg.

The above information is manually maintained and may contain errors.

api {
    core_symbol : symbol::Symbol;};

Comments and suggestions to: bugs@mythryl.org

PreviousUpNext