Skip to main content

Crate solar_cli

Crate solar_cli 

Source
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_handlerUnix 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§

CompileOpts
Compilation configuration.
LspArgs
Options for running the LSP server.
UnstableOpts
Internal options.

Functions§

main