Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

SyntaxGenerationIT.java:53-62: Add XML Grammar... #90

Open
0pdd opened this issue Nov 11, 2024 · 1 comment
Open

SyntaxGenerationIT.java:53-62: Add XML Grammar... #90

0pdd opened this issue Nov 11, 2024 · 1 comment
Labels
enhancement New feature or request good first issue Good for newcomers syntax This issues are related to syntax generation

Comments

@0pdd
Copy link

0pdd commented Nov 11, 2024

The puzzle 1-e51ae60c from #1 has to be resolved:

* @todo #1:90min Add XML Grammar Verification
* Currently this grammar is disabled because we don't know what to do
* with skipped tokens like spaces and new lines. If we use space as a
* separator, we will have a lot of false positives. We need to find a
* way to verify XML grammar.
* To add the grammar use this code:
* Arguments.of(Arrays.asList(
* "grammars/separated/XMLLexer.g4",
* "grammars/separated/XMLParser.g4"
* ), "document")

The puzzle was created by @volodya-lombrozo on 11-Nov-24.

Estimate: 90 minutes, role: DEV.

If you have any technical questions, don't ask me, submit new tickets instead. The task will be "done" when the problem is fixed and the text of the puzzle is removed from the source code. Here is more about PDD and about me.

@0pdd 0pdd mentioned this issue Nov 11, 2024
@volodya-lombrozo volodya-lombrozo added syntax This issues are related to syntax generation enhancement New feature or request labels Nov 11, 2024
@volodya-lombrozo
Copy link
Owner

Here is a detailed explanation of the problem: #91
In this issue, we need to modify the given XML grammar to be able to generate valid XML documents.

@volodya-lombrozo volodya-lombrozo added the good first issue Good for newcomers label Nov 11, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request good first issue Good for newcomers syntax This issues are related to syntax generation
Projects
None yet
Development

No branches or pull requests

2 participants