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

Parse ALLOCATE and DEALLOCATE statements #29

Merged
merged 1 commit into from
Feb 14, 2019

Conversation

ppenzin
Copy link
Contributor

@ppenzin ppenzin commented Feb 14, 2019

Support allocate and deallocate statements in the parser. Add an error mode
for missing array specification for the allocation statement. Add a test for
parsing errors. No semantic analysis or AST support yet.

For issue #24

Support `allocate` and `deallocate` statements in the parser. Add an error mode
for missing array specification for the allocation statement. Add a test for
parsing errors. No semantic analysis or AST support yet.

For issue llvm-fortran#24
@ppenzin ppenzin merged commit 5808c05 into llvm-fortran:master Feb 14, 2019
@ppenzin
Copy link
Contributor Author

ppenzin commented Feb 14, 2019

Wrong issue in the commit message, it is for #22

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.

1 participant