This website requires JavaScript.
Explore
Help
Sign In
go-pkg
/
expr
Watch
1
Star
0
Fork
0
You've already forked expr
Code
Issues
1
Pull Requests
Packages
Projects
Releases
Wiki
Activity
267
Commits
3
Branches
46
Tags
f0a152a17adbbf5435d6de118285737940b2e0dd
Commit Graph
3 Commits
Author
SHA1
Message
Date
camoroso
50e7168214
Since now builtin functions are registared in a new global context. This reduces the effort to copy the whole set of builtin functions in the context of a function call; only the called function will be copied, if it is global.
2024-05-11 10:45:38 +02:00
camoroso
bf8f1a175f
modules are now represented by a struct that holds import-function, module description and importa status.
...
It is also available the new function IterateModules() to explore all modules.
2024-04-28 05:41:13 +02:00
camoroso
6dd8283308
function-register.go module-register.go
2024-04-28 04:52:02 +02:00