Re-exports§
pub use core::LingCompiler;pub use core::CompilerConfig;pub use core::OptimizationLevel;pub use lexicon::CanonicalToken;pub use lexicon::Lexicon;pub use lexicon::LexiconRegistry;pub use polyglot::normalize_source;pub use polyglot::ScriptDetector;pub use ling_audio;
Modules§
- borrowck
- codegen
- convert
ling convert <asset> [-o out.ling] [--no-compression]- core
- gfx
- lexer
- lexicon
- mir
- parser
- polyglot
- runtime
- semantic
- utils
- visualize
Constants§
Functions§
- detect_
language - Detect the primary human language used for keywords in a Ling source file.
- run
- Run a Ling source string through the interpreter.
Lexes → parses → executes the
startbinding. - run_
file - Run with an optional source directory for relative
useimports.