I am working with Irony.Net (https://irony.codeplex.com/) and have been working with the SQL Grammar. Now I have the parser and items working to get my statements correctly parsed. ( I had to add parameter support to the default grammar).
Now my question is simple. After I have manipulated the ParseTree I then want to rebuild the statement against the ParseTree.
Does Irony have a method of Rebuilding the original parsed text against the tree or do I need to write my own system for this?
I am fine writing my own system, but if it is already in place I would rather use that.