Expose function/predicate name parser
This commit is contained in:
parent
c927fe4628
commit
395c029ca9
@ -6,6 +6,7 @@ mod terms;
|
|||||||
|
|
||||||
pub(crate) use helpers::word_boundary;
|
pub(crate) use helpers::word_boundary;
|
||||||
pub(crate) use literals::{boolean, integer, special_integer, string};
|
pub(crate) use literals::{boolean, integer, special_integer, string};
|
||||||
pub(crate) use names::{function_or_predicate_name, variable_name};
|
pub use names::function_or_predicate_name;
|
||||||
|
pub(crate) use names::variable_name;
|
||||||
pub use terms::term;
|
pub use terms::term;
|
||||||
pub use formulas::formula;
|
pub use formulas::formula;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user