diff options
Diffstat (limited to 'library/src/lib.rs')
| -rw-r--r-- | library/src/lib.rs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/library/src/lib.rs b/library/src/lib.rs index da05a8de..6b6cae17 100644 --- a/library/src/lib.rs +++ b/library/src/lib.rs @@ -53,6 +53,7 @@ fn scope() -> Scope { std.def_func::<math::AccNode>("acc"); std.def_func::<math::FracNode>("frac"); std.def_func::<math::BinomNode>("binom"); + std.def_func::<math::ScriptNode>("script"); std.def_func::<math::SqrtNode>("sqrt"); std.def_func::<math::FloorNode>("floor"); std.def_func::<math::CeilNode>("ceil"); |
