Mini Shell

Direktori : /proc/thread-self/root/usr/share/perl5/vendor_perl/Mail/IMAPClient/
Upload File :
Current File : //proc/thread-self/root/usr/share/perl5/vendor_perl/Mail/IMAPClient/Thread.grammar

# Atoms:

NUMBER: /\d+/

# Rules:

threadmember:	NUMBER    { $return = $item{NUMBER} ; }	|
		thread 	  { $return = $item{thread} ; } 

thread:	"(" threadmember(s) ")"
	{
		$return = $item{'threadmember(s)'}||undef;	
	}

# Start:
start: /^\* THREAD /i thread(s?) {
	$return=$item{'thread(s?)'}||undef;
}

Zerion Mini Shell 1.0