Hi all,
I want to migrate a software in 64-bit with VS2005. I use a parser
generator like lex/yacc (2.07 Bumble-Bee software
http://www.bumblebeesoftware.com/ ). Unfortunately, this software
isn't available for WinXP x64. So, I have to use an another tools.
I can use flex and byacc with VS2005 but it is painful to use (custom
build rule and no editor).
So I find that VS2005 with SDK 3.0 have a lexer/parser (MPLEX/MPPG). I
try to use it but I can't find any good (complete) documentation.
Visual Studio SDK
How to: Use the Managed Babel System
http://msdn2.microsoft.com/en-us/library/aa406277.aspx
I don't understand how to integrate Babel System in a C# project like
Invariant and UserSupplied stuff.
The example : Example.ManagedMyC doesn't help me so much. I don't see
what should I use and how to creation an application.
So I would appreciate if you can give me more documentation, tutorial
or other toolkit in order to develop code with lexer/parser like
lex/yacc.
Regards,
Eric
Vesa - 19 Oct 2006 14:55 GMT
<clement.eric@gmail.com> kirjoitti
viestissä:1159456141.487149.135430@m7g2000cwm.googlegroups.com...
> ...
> How to: Use the Managed Babel System
Hi Eric,
Managed package documentation for VS SDK V3 can be found in:
C:\Program Files\Visual Studio 2005
SDK\2006.09\VisualStudioIntegration\ExtraDocumentation
- mppg.pdf
- mplex.pdf
Best regards,
Vesa