Hi All, Sorry to butt in a bit late, but has anyone tried out the commercial code editor .NET components for COS? I'm thinking of the Actipro Syntaxeditor (http://www.actiprosoftware.com/Products/DotNet/SyntaxEditor/Default.aspx) or SyncFusion's Essential Edit (http://www.syncfusion.com/products/edit.asp)?
I'm trying to write a Cach� class generator/editor in VB.NET and the biggest problem for me is finding or writing a code editor that syntax checks and colour-codes, etc. Both products say you can "easily" define a grammar for any language as a "simple" parameter file, but I haven't had the nerve to embark on either of them. If anyone else has experience I'd be grateful if it could be shared. Regards Jay Ayliff Stalis Ltd "Max Sebastiani" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > Hello, > I'm wondering if there are any compiler generators/parsing tools which can > output COS code starting from a grammar. > > I often face problems which require some basic parsing capabilities (like > evaluating an expression in some language), which is very simple to do in > Java or C++ with some compiler generators, there are so many! > In Cache it can become impossible for me ( I'm not used any more to create > parsers by hand...and I haven't enough time to spend). > > Any help is appreciated, I'm wondering how the CacheBasic parser has been > done...by hand ? > > TIA > Max > >
