sekiguchi-nagisa / arsh

A statically typed scripting language with shell-like features
Apache License 2.0
22 stars 2 forks source link

add expansion api #729

Open sekiguchi-nagisa opened 10 months ago

sekiguchi-nagisa commented 10 months ago

support word expansion (tilde, brace, glob expansion) also support posix shell style word expansion (use IFS)

sekiguchi-nagisa commented 10 months ago

interpolate variables like the follow

"~/${1}/*".expand(["workdir"])
sekiguchi-nagisa commented 8 months ago

should also add glob api