Hello ,
I saw that it is possible to build AST for .Net languages (CSharp and VB.NET), is this the only languages I can get AST for ?
Thanks
Hello ,
I saw that it is possible to build AST for .Net languages (CSharp and VB.NET), is this the only languages I can get AST for ?
Thanks
Hi Jason,
We have pre-built advanced language implementations sold as add-ons for C#, VB, and XML. But you can build grammar-based parsers for your own custom languages as well. The Simple language sample shows an example.
That being said, the newer grammar format we have in our WPF/Silverlight version of SyntaxEditor is far more robust and a bit easier to use. We have a number of customers who have used grammars to build parsers for custom languages.
Please log in to a validated account to post comments.