Add a NEWS file.

* NEWS: New file.
This commit is contained in:
Timothy Sample 2019-05-17 13:27:48 -04:00
parent 28093b843e
commit c2d647a04f
1 changed files with 16 additions and 0 deletions

16
NEWS Normal file
View File

@ -0,0 +1,16 @@
* 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.