gash/NEWS

17 lines
511 B
Plaintext
Raw Normal View History

2019-05-17 18:27:48 +01:00
* Noteworthy features of release 0.1 (????-??-??)
Features of the shell
- Sophisticated enough to be used to build Bash.
- Has a nice colorized prompt.
- Includes all of the POSIX-specified "special" built-ins expect for
'times'.
- Includes about half of the POSIX-specified "regular" built-ins
(see 'gash/built-ins.scm' for details).
Features of the programming interface
- Parses Shell scripts into an AST.
- Provides a rudimentary interface for writing Shell-like Scheme
scripts.