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
54873
2025/06/30 07:36:11
corrected Compound.isMultiline
-
ast_parser.go
4464
2025/05/30 14:50:53
corrected typo
-
ast_parser_test.go
549
2025/05/18 18:19:46
added Error tests
-
ast_test.go
329442
2025/06/23 07:21:50
added new ParameterType tests
-
errors.go
1410
2025/05/27 08:49:25
added error
-
format.go
14635
2025/06/30 07:03:15
no longer need custom interface
-
format.sh
2990
2025/06/29 09:12:09
use WriteString method on writer interface
-
format_format.go
8683
2025/06/05 07:40:47
regen'd
-
format_print.go
19900
2025/06/29 09:27:55
GroupCompounds need not be followed by a semi-colon
-
format_print_test.go
13292
2025/06/30 07:36:30
added print tests for a multiline Compound redirections in a GroupingCompound
-
format_types.go
23482
2025/06/29 09:12:09
use WriteString method on writer interface
-
go.mod
92
2025/03/30 18:30:38
updated to latest parser package
-
go.sum
177
2025/04/17 17:05:19
removed old entries
-
tokeniser.go
45942
2025/06/26 07:16:49
command should end after closing brace of GroupingCompound
-
tokeniser_test.go
128524
2025/06/26 07:17:14
added test for brace compound with a brace compound without other command enders
-
types.go
1417
2025/06/05 07:40:47
regen'd