Cargo Features

wolfram-expr has no features set by default.

[dependencies]
wolfram-expr = { version = "0.1.4", features = ["unstable_parse"] }
unstable_parse

Whether to publically export nom functions for parsing symbols. This feature should not be considered stable -- it is included only so that wl-parse can build higher-level expression parsing on top of it.