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

construct control flow graph #52

Open
ajafff opened this issue Apr 18, 2018 · 1 comment
Open

construct control flow graph #52

ajafff opened this issue Apr 18, 2018 · 1 comment

Comments

@ajafff
Copy link
Owner

ajafff commented Apr 18, 2018

CFA could be even more powerful if it constructs a full control flow graph that users can inspect.

Ref: fimbullinter/wotan#160
Ref: fimbullinter/wotan#165

@ajafff
Copy link
Owner Author

ajafff commented Apr 20, 2018

Construct a similar control flow graph as TypeScript.
Collect assignments (only EqualsToken) to identifiers and this-property-access.
Collect deletes on the above symbols.
Inline (non-async, non-generator) IIFEs.

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