Jerry
2014-05-28 13:43:31 UTC
?I downloaded the Windows vs2012 package on the site and when I opened it, It upgraded it to VS2013. When I attempted to compile it with VS2013. I got a compile?error on the following line:
Line 662??"??" << rbxGoto(ret, "_out") << "\n"
This line was part of the following void
void RbxGotoCodeGen::BREAK( ostream &ret, int targState )
{
?outLabelUsed = true;
?out <<
??"?begin\n"
??"??" << P() << " += 1\n"
??"??" << rbxGoto(ret, "_out") << "\n"
??"?end\n";
}
I am clueless can Anyone Help
Jerry
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://www.complang.org/pipermail/ragel-users/attachments/20140528/ee98f98a/attachment.html>
Line 662??"??" << rbxGoto(ret, "_out") << "\n"
This line was part of the following void
void RbxGotoCodeGen::BREAK( ostream &ret, int targState )
{
?outLabelUsed = true;
?out <<
??"?begin\n"
??"??" << P() << " += 1\n"
??"??" << rbxGoto(ret, "_out") << "\n"
??"?end\n";
}
I am clueless can Anyone Help
Jerry
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://www.complang.org/pipermail/ragel-users/attachments/20140528/ee98f98a/attachment.html>