Skip to content

Releases: Tygo-van-den-Hurk/Sh_t

Release list

v0.2.0

Choose a tag to compare

@Tygo-van-den-Hurk Tygo-van-den-Hurk released this 25 Aug 08:42
Immutable release. Only release title and notes can be modified.
v0.2.0
bdec310

Improved SH Grammar!

df85ecd docs(rust): add small paragraph on the program in the rust docs
5626c25 test: add tests for `pipes`, `and_if`, `or_if`, io, and functions
b053a98 feat: add `pipe`, `and_if`, and `or_if` operators
83c194f test: add tests for command substitution
f59612f docs(grammar): add more documentation on assignment rule
b750545 test: add tests for redirects
7c35876 feat: add redirections to command grammar
ebff989 fix(grammar): allow blank lines in the grammar as statements
34b5ad0 test: add tests about whitespace only
8184baa docs(readme): add how to generate shell completions
f194ac3 feat: add auto complete for other shells

v0.1.0

Choose a tag to compare

@Tygo-van-den-Hurk Tygo-van-den-Hurk released this 22 Aug 22:36
v0.1.0
74fc187

Parsing working!

e7b23a9 build: update nix build recipe
ac8b69b build(nix): add nix support
79c9d37 docs(readme): add basic readme file
005f1ad feat: add basic argument parsing
2e1307f feat: add lexer for program parsing
f3d5c20 feat: add command parsing