-
Notifications
You must be signed in to change notification settings - Fork 14
Open
Labels
Description
Section 3.3 of the GPLEX docs call out ScanBuff as "an abstract, public class." I see you overrode that in commit 647ef58. This is causing CS0053 build errors when the .lex file contains the "%visibility public" flag. The .lex file in question works fine with manual builds of GPLEX. Do you have a suggestions for a work around? I tired setting the /noEmbedBuffers flag and adjusting GplexBuffers.cs manually, but it seems gets overridden on build by YaccLexTools.Gplex
Reactions are currently unavailable