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

Implement semantic analysis and type checking #34

Closed
Dandigit opened this issue Jan 17, 2019 · 2 comments
Closed

Implement semantic analysis and type checking #34

Dandigit opened this issue Jan 17, 2019 · 2 comments

Comments

@Dandigit
Copy link
Member

Now that the parser is complete, the next stage is semantic analysis/type checking. This will be handled by the Analyser class.

@d-siganos
Copy link

Was all of this code only the parser?!?

@Dandigit Dandigit mentioned this issue Mar 2, 2019
@Dandigit
Copy link
Member Author

Dandigit commented Mar 2, 2019

The analyser is complete! I'll be moving on to the VM now. After its implementation, Enact will have a functioning implementation.

@Dandigit Dandigit closed this as completed Mar 2, 2019
This issue was closed.
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

2 participants