Skip to content

Can not parse some gdscript cases #365

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
abcjjy opened this issue Mar 14, 2025 · 0 comments
Open

Can not parse some gdscript cases #365

abcjjy opened this issue Mar 14, 2025 · 0 comments

Comments

@abcjjy
Copy link

abcjjy commented Mar 14, 2025

Here is the sample script

extends Node


func issue1() -> void:
    # single quoted multiline string fails
    var _s = 'abdfafasdf
    klskfjalk'
    
    
func issue2():
    var foo : Callable
    connect("ready", func() :
        if true:
            print()
            foo.call_deferred()
    )
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant