Ganesan Karuppasamy
Ganesan Karuppasamy
Enhanced the codebase to enable index value access through the dot operator. #### Code ``` package main import ( "fmt" "strings" "github.com/skx/monkey/evaluator" "github.com/skx/monkey/lexer" "github.com/skx/monkey/object" "github.com/skx/monkey/parser" ) func main() { condition...
When detecting the connector, it is returning the connector string instead of the database type, such as MongoDB, MySQL, or PostgreSQL ``` $connectorName = substr_replace($connectorName, "Connector", 0); ``` The one...
This PR is raised to add support for optional string and array access. [#540](https://github.com/expr-lang/expr/issues/540 ) [#547](https://github.com/expr-lang/expr/issues/547) [#573](https://github.com/expr-lang/expr/issues/573)
This pull request to invoke the Deref function only when it's necessary for the function arguments.