I've been using fslex/fsyacc to generate a tentative grammar to comprehend semi-structured data. After getting some guidance to look into a GLR parser for the problem space, my search for a tool that can used as frictionlessly as possible from within a Visual Studio toolchain has turned up nothing.
Are there any (preferably OSS) tools built in .Net to generate a GLR parser?