Change how builtin functions are loaded, better error checking

This commit is contained in:
2022-03-16 17:05:20 -04:00
parent 3b1c3e022a
commit c1ce1bfcc0
5 changed files with 184 additions and 99 deletions

View File

@@ -1,4 +1,6 @@
Improve table.findremove to work on tables, not just vectors.
Calling out to external servers.
Support ANSI escape sequences on output.
Finish documenting all builtins.
@@ -6,3 +8,4 @@ Get rid of source_install_builtins after documenting all builtins.
- but don't forget that source_install_builtins sets the string metatable.
Do something about std::cerr && std::cout once and for all.