diff --git a/NEWS b/NEWS new file mode 100644 index 0000000..51688e4 --- /dev/null +++ b/NEWS @@ -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.