You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Using object code files (.csvpo) during compilation
Allow for . characters in a function name
Support various levels of verbosity by repeating -v (i.e., -vvvv)
Improved error messages for syntax errors in cells
Use a proper logger (env_logger) and tune output according to the -v[vvv] flag
Code coverage reporting
Tooling to run benchmarks
Bugfixes
Fix unfriendly error when calling a function with the wrong number of arguments
Breaking (Language) Changes
All builtin variables & functions are removed. All of the functionality provided by them could be done with native spreadsheet functions anyway. And we're adding support for module loading which means they could just be implemented as a lib instead.
Rename ![[expand]] to ![[fill]] and all related code references
Rename [[format]] to [[text]]
Rename Template to Module
Rename CodeSection to Scope
Rename Error::ObjectWriteError to Error::ObjectCodeError