issues
search
vorpaljs
/
bash-parser
Parses bash into an AST
https://vorpaljs.github.io/bash-parser-playground/
MIT License
200
stars
34
forks
source link
issues
Newest
Newest
Most commented
Recently updated
Oldest
Least commented
Least recently updated
Update api.md
#70
Prateek2000
closed
4 months ago
0
does not support `array=(v1 v2 v3)`
#69
PasaOpasen
opened
1 year ago
0
does not support `function f {}` format
#68
PasaOpasen
opened
1 year ago
1
parse error
#67
PasaOpasen
opened
1 year ago
0
Replace curry by lodash' curry
#66
ericcornelissen
closed
5 months ago
0
The dependency on the package curry
#65
ericcornelissen
opened
1 year ago
0
Parse variable substitution
#64
jcubic
opened
3 years ago
0
arithmetic expansions are incorrectly classified
#63
franksinankaya
opened
3 years ago
0
Add full support for comments
#62
daniel-sc
opened
5 years ago
3
Unable to parse C-style encoded strings: $'foo'
#61
cspotcode
opened
5 years ago
0
AST does not distinguish double and single quotes?
#60
njlr
closed
6 years ago
5
Echo without quotes seems to fail
#59
njlr
opened
6 years ago
0
Error in double-quoting.js when handling quoted `)` and `$` characters
#58
cetfor
opened
6 years ago
4
Add CLI support
#57
lukehorvat
opened
6 years ago
1
Missing support function keyword / declarations
#56
ghost
closed
6 years ago
1
Cannot parse EXTENDED_GLOB
#55
denysdovhan
closed
6 years ago
3
Added test to expose #45
#54
dotmpe
opened
6 years ago
0
Delinting (Minor test-file formatting fixes to pass tests)
#53
dotmpe
opened
6 years ago
1
Here-doc implementation
#52
dotmpe
opened
6 years ago
1
ParameterExpansion does not allow empty substitution
#51
ghost
opened
6 years ago
1
Cannot parse statements with nested subshells
#50
dotmpe
opened
6 years ago
2
no support for herestrings (<<<)
#49
spikegrobstein
opened
6 years ago
8
Move out `packages` folder
#48
piranna
closed
7 years ago
10
regenerate AST into bash command
#47
gabrielcsapo
closed
7 years ago
28
State of bash-parser
#46
dthree
opened
7 years ago
2
"echo 1 > file" gets interpreted as "echo 1>file"
#45
jhanssen
opened
7 years ago
0
add missing $
#44
jhanssen
closed
7 years ago
1
resolvePath() can't return more than one path
#43
jhanssen
opened
7 years ago
10
pass the captured username to resolveHomeUser()
#42
jhanssen
closed
7 years ago
1
Assignments nodes has an empty 'name' node that is missing loc property.
#41
parro-it
closed
8 years ago
0
Compound list shall accept redirection
#40
parro-it
closed
8 years ago
4
CompoundList without spaces around braces are not parsed correctly
#39
parro-it
closed
8 years ago
2
New tokenizer implementation & posix plugin mode
#38
parro-it
closed
8 years ago
1
Bash mode
#37
parro-it
opened
8 years ago
6
Cannot find module '../grammar.js'
#36
mrmlnc
closed
8 years ago
3
Non POSIX extensions
#35
parro-it
closed
8 years ago
12
Parameter expansion should not occur in single quoted expressions
#34
nfischer
closed
8 years ago
4
Line continuation with empty lines doesn't work properly
#33
nfischer
closed
8 years ago
2
feat(site): make site interactive
#32
nfischer
closed
8 years ago
8
Unable to use keywords as arguments
#31
nfischer
closed
8 years ago
6
Quote removal should be handled in a special way in assignments.
#30
parro-it
closed
8 years ago
5
Quote removal should be configurable
#29
parro-it
opened
8 years ago
3
playground website
#28
parro-it
closed
7 years ago
0
Fix duplicating stream redirection
#27
parro-it
closed
8 years ago
0
Status report
#26
parro-it
opened
8 years ago
11
AST documentation
#25
parro-it
closed
7 years ago
2
Arithmetic expansion
#24
parro-it
closed
8 years ago
5
Book chapter - Architecture of Open Source Applications: The Bourne-Again Shell
#23
parro-it
closed
8 years ago
8
Arg subst
#22
parro-it
closed
8 years ago
1
docs: update the README
#21
nfischer
closed
8 years ago
0
Next