diff --git a/parsing/build.rs b/parsing/build.rs index aee249c..e9fdaf1 100644 --- a/parsing/build.rs +++ b/parsing/build.rs @@ -3,6 +3,7 @@ use std::fs::File; use std::io::{BufWriter, Write}; use std::path::Path; +/// REMEMBER TO UPDATE THIS IF EXMEX ADDS NEW FUNCTIONS const SUPPORTED_FUNCTIONS: [&str; 22] = [ "abs", "signum", "sin", "cos", "tan", "asin", "acos", "atan", "sinh", "cosh", "tanh", "floor", "round", "ceil", "trunc", "fract", "exp", "sqrt", "cbrt", "ln", "log2", "log10",