﻿ticket	summary	component	version	milestone	type	owner	status	created	_changetime	_description	_reporter
1	Add parser object as argument to parsing methods				enhancement		new	2009-08-05T01:58:16Z	2009-08-05T02:44:17Z	This would allow for easy extension of existing parsers.  For example, I could define a basic SQL grammar and then define different dialects by overriding only those productions that are different.	dsowen
2	New naming convention				enhancement		new	2009-08-05T02:45:13Z	2009-08-05T02:45:13Z	Parsers should be named PARSE-<production>, but should still return a tree tagged as <production>.	dsowen
3	Inline capturing variables				enhancement		new	2009-08-05T02:45:55Z	2009-08-05T02:45:55Z	Similar to the EBNF PEG parsing in Factor.	dsowen
4	Total tree-generation control				enhancement		new	2009-08-05T02:46:23Z	2009-08-05T02:46:23Z	Right now, no matter your filter, every node gets tagged.	dsowen
