bash
Package bash implements a bash tokeniser and AST.
-
Filename
Size
Last Commit Date
Commit Message
-
..
-
LICENSE
767
2025/02/27 21:28:48
added LICENSE
-
ast.go
10229
2025/03/10 20:31:48
need to allow for whitespace between redirect punctuation and output word
-
ast_parser.go
3520
2025/03/09 19:07:20
added missing newline
-
errors.go
428
2025/03/07 18:39:57
add new error
-
go.mod
92
2025/02/26 20:24:34
updated to latest parser package
-
go.sum
531
2025/02/26 20:24:34
updated to latest parser package
-
tokeniser.go
15876
2025/03/11 21:01:40
simplified usage of tokendepth methods
-
tokeniser_test.go
27939
2025/03/11 20:48:35
added tenary operator tokeniser test