ast package full godoc

This commit is contained in:
Aidan 2020-07-18 14:40:35 -07:00
parent 956044cfae
commit fec3550702
No known key found for this signature in database
GPG key ID: 327711E983899316
7 changed files with 68 additions and 26 deletions

View file

@ -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