8000 Nested string parser error · Issue #115 · aya-lang/aya · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Nested string parser error #115

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

Open
nick-paul opened this issue Nov 12, 2024 · 0 comments
Open

Nested string parser error #115

nick-paul opened this issue Nov 12, 2024 · 0 comments
79C4

Comments

@nick-paul
Copy link
Collaborator

Originally found by @BlazingTwist

aya> "$(\"\")":P
input<\">
source<"\>
Exception in thread "main" java.lang.AssertionError
        at aya.parser.ParserString.<init>(ParserString.java:23)
        at aya.parser.tokens.StringToken.getInstruction(StringToken.java:38)
        at aya.parser.Parser.generate(Parser.java:712)
        at aya.parser.Parser.compileIS(Parser.java:785)
        at aya.parser.tokens.StringToken.parseInterpolateStr(StringToken.java:127)
        at aya.parser.tokens.StringToken.getInstruction(StringToken.java:35)
        at aya.parser.Parser.generate(Parser.java:712)
        at aya.parser.Parser.compileIS(Parser.java:785)
        at aya.parser.Parser.compileIS(Parser.java:781)
        at aya.parser.Parser.compile(Parser.java:759)
        at aya.InteractiveAya.processInput(InteractiveAya.java:115)
        at aya.InteractiveAya.loop(InteractiveAya.java:227)
        at ui.AyaIDE.main(AyaIDE.java:377)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant
0