|
Luma 0.1.0
A low-level compiled alternative to C, C++, and more!
|
Configuration structure to hold build options parsed from CLI. More...
#include <help.h>

Public Attributes | |
| const char * | filepath |
| const char * | name |
| const char * | target_os |
| bool | save |
| bool | clean |
| bool | check_mem |
| bool | format |
| bool | format_check |
| bool | format_in_place |
| bool | lsp_mode |
| bool | is_document |
| bool | is_debug |
| GrowableArray | files |
| size_t | file_count |
| int | opt_level |
| GrowableArray | tokens |
| size_t | token_count |
Configuration structure to hold build options parsed from CLI.
| bool BuildConfig::check_mem |
| bool BuildConfig::clean |
| size_t BuildConfig::file_count |
| const char* BuildConfig::filepath |
| GrowableArray BuildConfig::files |
| bool BuildConfig::format |
| bool BuildConfig::format_check |
| bool BuildConfig::format_in_place |
| bool BuildConfig::is_debug |
| bool BuildConfig::is_document |
| bool BuildConfig::lsp_mode |
| const char* BuildConfig::name |
| int BuildConfig::opt_level |
| bool BuildConfig::save |
| const char* BuildConfig::target_os |
| size_t BuildConfig::token_count |
| GrowableArray BuildConfig::tokens |