Igor Dejanović
Igor Dejanović
@jontxu To support original PEG in your grammar you could use cleanpeg parser and do ` `=` replace on the input grammar. In original PEG there is no unordered group...
Hi Robert. Thanks for you efforts. This PR is really huge and has a lot of unrelated changes. If you plan this to be accepted in the main repo here...
Hi Robert. Will look at it more closely as soon as I get some time. No problem if you don't have time at the moment to do according to the...
Thanks. Yup, we are using standard flake8 settings for line length (79) but it is ok to leak here and there (for example with grammars) if it is better visually....
@bitranox Thanks for the contribution! Looks good on a first look. It will take some time for a review though since it is a big change and I would like...
I agree with @moltob. If the target language supports integration of generated and manually written code it is always the best option. You treat the generated code as the product...
That's great! Yeah, textX is made to be more aligned with Python dynamic nature, thus you can write more natural/compact grammars. Probably some of those cases could be detected and...
> Regarding the errors you had, did you use the develop version of PyEcore or the one in pypi? The current experiment requires the develop version as I'm adjusting the...
@aranega I think you got it right! It is a bug. Although metamodel supports lookup by fully qualified class names the base name is used in this place. Please send...
@aranega Wait a sec. I have to check something. Maybe we could solve this easier.