Gentoo Archives: gentoo-soc

From: Nathan Eloe <powerofazure@×××××.com>
To: gentoo-soc@l.g.o
Subject: [gentoo-soc] Accessing bash and bash ASTs
Date: Sat, 10 Apr 2010 18:03:50
Message-Id: D8E019AC-434B-4855-B186-259E41951B59@gmail.com
1 I have submitted my proposal to work on a library to allow access programmatic access to Bash as well as using ASTs for parsing instead of regular expressions (see the libbash project suggestion).
2 I propose using ANTLR for the AST portion as it has the capability built in. It also has a grammar unit test framework (gunit).
3 Testing will be done with the simple UnitTest++ framework.