add jobs, kill commands

This commit is contained in:
Aidan 2020-06-28 18:01:36 -07:00
parent 37c56cb322
commit e7d25057f6
No known key found for this signature in database
GPG key ID: 327711E983899316
3 changed files with 85 additions and 1 deletions

View file

@ -39,6 +39,6 @@ func concat(in *ast.Token, vt ast.VarTable, ft ast.FuncTable) *ast.Token {
}
func print_str(in *ast.Token, vt ast.VarTable, ft ast.FuncTable) *ast.Token {
fmt.Println(in.Inner.(string))
fmt.Println(in)
return nil
}