Igor Dejanović
Igor Dejanović
For grammars that have rules with one-child sequence (i.e. delegating to other rules) an optimisation measure will suppress those node from the parser model. This causes problems in semantic analysis...
In the case of left recursive grammar Arpeggio will end with `RecursionError`. It would be nice to have a detailed report why that happen and where in the grammar is...
Autogenerated Python classes should follow meta-model inheritance hierarchy. Raising properties and associations should also be done in such a way that the property and association is raised through the inheritance...
We have changed the venue for questions and general discussions. For a general discussion please use [GitHub discussions](https://github.com/textX/textX/discussions). For questions either use: - [GitHub discussions](https://github.com/textX/textX/discussions), or - [StackOverflow](https://stackoverflow.com/questions/tagged/textx/). Just make...
### Discussed in https://github.com/textX/Arpeggio/discussions/126 Originally posted by **smurfix** January 15, 2024 Suppose I want to ignore comment lines in my `bibtex` parser. So as per the documentation I add a...
We have changed the venue for questions and general discussions. For a general discussion please use [GitHub discussions](https://github.com/textX/Arpeggio/discussions). For questions either use: - [GitHub discussions](https://github.com/textX/Arpeggio/discussions), or - [StackOverflow](https://stackoverflow.com/questions/tagged/arpeggio/). Just make...
Recent change [faaeaeb089d010954b60942462a4cacf838885ad] (See [the warning note in the changelog](https://github.com/textX/Arpeggio/blob/master/CHANGELOG.md)) makes the parser behave consistently but some pathological grammars now can lead the parser to loop endlessly (e.g. nesting `Optional`...
It would be nice to keep table indentation level unchanged during formatting. I'm using the extension in the context of a language which uses tables which are nested inside other...
Hello everyone, I wanted to inform you that Milan Šović (@AirmiX) is the new maintainer for the textX-LS project. Milan recently made a significant contribution to the textX ecosystem with...