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
340
Commits
3
Branches
46
Tags
8144122d2cba4681feeb8206c2589b5d39306051
Commit Graph
4 Commits
Author
SHA1
Message
Date
camoroso
f66cd1fdb1
New test file for specific code section or data type
2024-06-01 16:31:50 +02:00
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