Differences between revisions 5 and 11 (spanning 6 versions)
Revision 5 as of 2006-07-30 16:45:56
Size: 902
Editor: mpm
Comment:
Revision 11 as of 2008-02-07 17:24:33
Size: 1369
Editor: abuehl
Comment: cat
Deletions are marked like this. Additions are marked like this.
Line 12: Line 12:
 * [http://www.dabeaz.com/ply PLY] - lex/yacc alike framework for Python
Line 14: Line 15:
 * [http://www.busybox.net/cgi-bin/viewcvs.cgi/trunk/busybox/shell/ash.c Ash]: A maintained slim shell
 * [http://lists.samba.org/archive/linux/2004-February/009990.html Martin Pool presumes that it is not possible to use BNF to describe the sh grammar]
    - which is ok, because we only want to make a shell usable for the test suite, not a complete sh replacement
----
CategoryTesting

PySh is a planned roughly POSIX-compliant shell with various built-ins to allow portability of the test suite. It is important that this tool be both simple and relatively self-contained.

Some useful links for getting started:

Other links:


CategoryTesting

PySh (last edited 2010-01-11 13:54:26 by tonfa)