irsh

Crates.ioirsh
lib.rsirsh
version0.0.0
sourcesrc
created_at2023-03-13 15:07:37.23507
updated_at2023-03-13 15:07:37.23507
descriptionBash interpreter/compiler. Will not support all the functionalities.
homepagehttps://gitlab.com/lootved/irsh
repositoryhttps://gitlab.com/lootved/irsh
max_upload_size
id808973
size1,803
(LootVed)

documentation

README

Irsh

Description

Bash like interpreter and maybe compiler?

Objectives

  • parse bash variables with scoping and defaults
  • parse bash functions via function
  • support invocation of external commands
  • implement a subset of basic bash functionalities
  • support stdout/err redirections
Commit count: 61

cargo fmt