DevBoost / EMFText

EMFText is an Eclipse plug-in that allows you to define text syntax for languages described by an Ecore metamodel. EMFText enables developers to define textual Domain Specific Languages quickly and without the need to learn new technologies and concepts.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

The code for the static initializer is exceeding the 65535 bytes limit

flagadajones opened this issue · comments

Hi,

I have a problem with my grammar, the Parser class have compilation problem:

"The code for the static initializer is exceeding the 65535 bytes limit"

Can you provide your grammar and your metamodel to create a test case from that?

hi,
sorry but i can't provide grammar.

For solve my problem i replace
gramma like this :


"TRIM" "="  "("  trim ")"
by
"TRIM=("  trim ")"

to reduce static number