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 access modifiers and storage classes #43

Closed
degory opened this issue Jul 25, 2017 · 0 comments
Closed

parse access modifiers and storage classes #43

degory opened this issue Jul 25, 2017 · 0 comments
Assignees

Comments

@degory
Copy link
Owner

degory commented Jul 25, 2017

trying to avoid need for this stuff in the first place, and instead to use conventions instead. however, in short term, me something we can translate from ghul to L with no symbol table or understanding of semantics.

place access modifiers and/or storage classes after colon and before type

property: int private static;
constant: int const = 50;
@degory degory self-assigned this Jul 25, 2017
@degory degory added this to the parser complete milestone Jul 25, 2017
@degory degory closed this as completed Jul 26, 2020
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