Expand description
§solar-cli
Solar compiler CLI definitions, utils, and driver.
Re-exports§
pub use commands::compile::run_compiler_args;pub use solar_config as config;
Modules§
- commands
- CLI command runners.
- signal_
handler Unix and (GNU or macOS) - Signal handler to extract a backtrace from stack overflow.
- standard_
json - utils
- Utility functions used by the Solar CLI.
- version
- Solar version information.
Structs§
- Compile
Opts - Compilation configuration.
- LspArgs
- Options for running the LSP server.
- Unstable
Opts - Internal options.