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
355
Commits
2
Branches
35
Tags
9.4
MiB
34dc828ead
Commit Graph
6 Commits
Author
SHA1
Message
Date
Celestino Amoroso
8eb2d77ea3
improved position of some common functions
2024-06-09 07:38:29 +02:00
Celestino Amoroso
f347b15146
Control vars are now stored in the globalCtx only.
...
However, it is still allowed to store control var in a local context in special situation
2024-06-08 05:49:28 +02:00
Celestino Amoroso
609fb21505
global-context.go: variables holding function values can be invoked as function now
2024-06-04 11:01:04 +02:00
Celestino Amoroso
e4275e2cb6
simple-var-store.go and simple-func-store.go merged in a single file named simple-store.go
2024-05-23 07:46:31 +02:00
Celestino Amoroso
1ff5770264
New interface and implementation to model function parameters
2024-05-22 20:52:44 +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