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.
14 stars 12 forks source link

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

Closed flagadajones closed 8 years ago

flagadajones commented 8 years ago

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"

mirkoseifert commented 8 years ago

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

flagadajones commented 8 years ago

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