This website requires JavaScript.
Explore
Help
Sign In
go-pkg
/
expr
Watch
1
Star
0
Fork
0
You've already forked expr
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
354
Commits
2
Branches
35
Tags
9.4
MiB
29bc2c62a3
Commit Graph
4 Commits
Author
SHA1
Message
Date
Celestino Amoroso
f66cd1fdb1
New test file for specific code section or data type
2024-06-01 16:31:50 +02:00
Celestino Amoroso
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
Celestino Amoroso
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
Celestino Amoroso
6dd8283308
function-register.go module-register.go
2024-04-28 04:52:02 +02:00