Cargo Features

erg_compiler has no features set by default.

[dependencies]
erg_compiler = { version = "0.6.48", features = ["debug", "no_std", "japanese", "simplified_chinese", "traditional_chinese", "unicode", "pretty", "large_thread", "py_compat", "gal", "els", "full-repl", "experimental", "pylib", "pylib_compiler", "log-level-error", "parallel"] }
debug

when "debug" feature is turned on, that of parser will also be turned on.

Enables debug of erg_common and erg_parser

no_std

Enables no_std of erg_common

japanese

Enables japanese of erg_common and erg_parser

simplified_chinese

Enables simplified_chinese of erg_common and erg_parser

traditional_chinese

Enables traditional_chinese of erg_common and erg_parser

unicode

Enables unicode of erg_common and erg_parser

pretty

Enables pretty of erg_common and erg_parser

large_thread

Enables large_thread of erg_common and erg_parser

py_compat

Enables py_compat of erg_common

gal

Enables gal of erg_common

els

Enables els of erg_common

full-repl

Enables full-repl of erg_common

experimental = parallel

Enables experimental of erg_common and erg_parser

pylib pylib_compiler?

Enables pyo3 ^0.21, pylib of erg_common and erg_parser

pylib_compiler = pylib
log-level-error

Enables log-level-error of erg_common and erg_parser

parallel experimental?

The parallelizing compiler was found to contain a bug that caused it to hang in complex dependencies, so it is disabled by default.

Enables parallel of erg_common and erg_parser