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

SyntaxGuard.java:160-163: This method is overcomplicated... #112

Open
0pdd opened this issue Dec 23, 2024 · 0 comments
Open

SyntaxGuard.java:160-163: This method is overcomplicated... #112

0pdd opened this issue Dec 23, 2024 · 0 comments
Labels
blocked The issue is blocked by some reasons enhancement New feature or request refactoring Improve the code without changing logic

Comments

@0pdd
Copy link

0pdd commented Dec 23, 2024

The puzzle 89-089dd6b5 from #89 has to be resolved:

* @todo #89:30min This method is overcomplicated because it uses ANTLR Tool.
* The Tool can only create Parser and Lexer classes as Java files on the disk.
* If it is possible to create Parser and Lexer classes in memory, we should do it.
* But for now, it's not possible, so we need to save generated classes to the disk.

The puzzle was created by @volodya-lombrozo on 23-Dec-24.

Estimate: 30 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.

@volodya-lombrozo volodya-lombrozo added enhancement New feature or request refactoring Improve the code without changing logic blocked The issue is blocked by some reasons labels Dec 23, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
blocked The issue is blocked by some reasons enhancement New feature or request refactoring Improve the code without changing logic
Projects
None yet
Development

No branches or pull requests

2 participants