Mingun
Mingun
> the only thing they can import is [Construct](https://construct.readthedocs.io/en/latest/). Sorry, didn't read this long API reference. What do you mean? Construct has its own compiler that allows only Construct imports?...
Ok, I changed representation to that code, which is protected from any clashes in names ([proof](https://godbolt.org/z/jdqhf86eo)). Enum named `enum` would be generated as: ```java // interface to abstract known and...
@generalmimon, could you look again? This PR fixes 13 errors
@GreyCat, @generalmimon , this PR reduces error count from currently 54 to 42. It is small win, do you mind to merge it?
@generalmimon, your suggestion applied
I think, it would better to have slightly different background color for graph to show where the graph ends. The similar approach is used by GitKraken. It also have a...
I think, that should be possible today, because we do not check (yet. I plan to add optional `validate` method to events) content of the start / end events. To...
I know only one example which we do not support right now: ```xml ``` will be parsed as ```rust Event::End(BytesEnd::new("a foo=\"")); Event::Text(BytesText::from_escaped("\">")); ``` Do you need a mode that will...
No, that is simple to support. I think, we even may always parse this in such way, because anyway the tag name cannot contain neither `"` or `'` and any...
With release 0.36.0 it is possible to parse such XMLs without surprises.