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

Better pos for generated vars/functions #62

Merged
merged 2 commits into from
May 11, 2022
Merged

Conversation

RblSb
Copy link
Member

@RblSb RblSb commented May 10, 2022

class Main {
	// static vars will be added here
	final a = 0;
	final b = {
		0;
	}
	// field vars will be added here

	static public function main() {
		// f();
		// f = 0;
	}
	// functions will be added after call pos

	public function new() {
		// this.f = 0;
		// this.f();
	}
}

@Gama11
Copy link
Member

Gama11 commented May 10, 2022

"Teach a mean to token-tree..." :D

@AlexHaxe AlexHaxe merged commit af6e834 into vshaxe:master May 11, 2022
@RblSb RblSb deleted the genpos branch May 11, 2022 23:20
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

Successfully merging this pull request may close these issues.

3 participants