nash icon indicating copy to clipboard operation
nash copied to clipboard

Nash stands for Nash shell.

Results 46 nash issues
Sort by recently updated
recently updated
newest added

Not sure if exposing a Log method is the best way to go, but wanted to respect the debug configuration.

# Integers We propose to change the language spec to support integer type in addition to string, list and function. ## Why? Mostly to increase code readability because today integer...

enhancement

@tiago4orion and folks, First a brief explanation for the later proposals. nash uses a pattern of redirections similar to plan9 [rc](https://swtch.com/plan9port/man/man1/rc.html): > A file descriptor may be redirected to an...

enhancement
help wanted

This PR introduces the formal specification of the language. What do you guys think? Is it better than EBNF? The link to ohm editor with nash's gramar is here: https://ohmlang.github.io/editor/#fca725147857c09bb442be1ce03048e0...

Nash reports errors of unbounded variables, but when we get the status code of the command statement the error is being ignored. ``` λ> ls $vardonotexists ERROR: :1:3: Variable $vardonotexists...

This code: ```sh abortonerr($status, format("Failed to read tag: %s", path)) ``` reports: ``` /home/i4k/nash/lib/acme/acme.sh:33:58: Unquoted string not allowed at pos {33 58} ()) ``` The 'unquoted string' in question is...

```sh λ> 9p ERROR: :2:0: Unexpected symbol 'EOF' ```