config dialect¶
Compile/link-time configuration symbols and reads.
| Property | Value |
|---|---|
| Bytecode dialect ID | 0x1c |
| Registered by default | yes |
| Operations | 3 |
Operations¶
| Operation | Summary |
|---|---|
config.decl |
Declare a required compile/link-time configuration value. |
config.def |
Define a compile/link-time configuration value. |
config.get |
Read a compile/link-time configuration value. |