Skip to content
This repository was archived by the owner on Jan 12, 2024. It is now read-only.

Add parsing for access modifiers using alternative syntax#295

Merged
bamarsha merged 4 commits intofeatures/access-modifiersfrom
marshallsa/access-modifier-parsing
Jan 29, 2020
Merged

Add parsing for access modifiers using alternative syntax#295
bamarsha merged 4 commits intofeatures/access-modifiersfrom
marshallsa/access-modifier-parsing

Conversation

@bamarsha
Copy link
Contributor

This adds parsing using the syntax where the access modifier comes after the fragment header and before the symbol. For example, operation private Foo () : Unit. The syntax will be changed to private operation Foo () : Unit in another PR.

See #259.

Copy link
Contributor

@bettinaheim bettinaheim left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Approving this without detailed review since this code will be revised significantly and the PR only serves the purpose of preserving this as an intermediate state in the history.

@bamarsha bamarsha merged commit cd40ab9 into features/access-modifiers Jan 29, 2020
@bamarsha bamarsha deleted the marshallsa/access-modifier-parsing branch January 29, 2020 23:44
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants