Cargo Features

erg_compiler has no features set by default.

[dependencies]
erg_compiler = { version = "0.6.35", features = ["debug", "no_std", "japanese", "simplified_chinese", "traditional_chinese", "unicode", "pretty", "large_thread", "py_compat", "gal", "els", "full-repl", "experimental", "pylib", "pylib_compiler"] }
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

Enables experimental of erg_common and erg_parser

pylib pylib_compiler?

Enables pyo3 ^0.20, pylib of erg_common and erg_parser

pylib_compiler = pylib