ast package full godoc
This commit is contained in:
parent
956044cfae
commit
fec3550702
7 changed files with 68 additions and 26 deletions
|
|
@ -19,12 +19,14 @@ package ast
|
|||
|
||||
import "gitlab.com/whom/shs/log"
|
||||
|
||||
/* determines whether or not to execute a system call
|
||||
/* determines whether or not to execute a system binary
|
||||
* when a function cannot be found in the functable
|
||||
* (use case: shell)
|
||||
* ExecFunc determines the name of the system call function to fetch
|
||||
*/
|
||||
var ExecWhenFuncUndef = false
|
||||
|
||||
/* name of the command used to execute a system binary
|
||||
*/
|
||||
var ExecFunc = "l"
|
||||
|
||||
/* Runs through an AST of tokens
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue