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
28890
2025/04/15 18:56:35
implemented Compound.parseHeredocs
-
ast_parser.go
3448
2025/03/30 18:08:26
removed 'StopAt' code
-
ast_test.go
88578
2025/04/15 18:05:14
renamed Control -> Compound
-
errors.go
714
2025/03/27 20:34:24
added error
-
format.go
6842
2025/04/09 19:52:50
added spaced around logical (||, &&) operators
-
format.sh
3015
2025/04/01 22:07:41
added missing newline
-
format_format.go
5298
2025/04/15 18:05:14
renamed Control -> Compound
-
format_print.go
9025
2025/04/15 18:05:14
renamed Control -> Compound
-
format_types.go
11826
2025/04/15 18:05:14
renamed Control -> Compound
-
go.mod
92
2025/03/30 18:30:38
updated to latest parser package
-
go.sum
1062
2025/03/30 18:30:38
updated to latest parser package
-
tokeniser.go
21445
2025/04/15 18:40:50
add arithmetic expression tokenising
-
tokeniser_test.go
44670
2025/04/15 18:41:00
add arithmetic expression tokenising tests
-
types.go
957
2025/04/15 18:05:14
renamed Control -> Compound