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

File-scope class member syntax #87

Open
2 of 5 tasks
Tracked by #264
0xF6 opened this issue Oct 8, 2021 · 0 comments
Open
2 of 5 tasks
Tracked by #264

File-scope class member syntax #87

0xF6 opened this issue Oct 8, 2021 · 0 comments
Assignees
Labels
area-compiler Area of compiler staff feature language-specs priority 3 low size: M medium task (< 3 week)

Comments

@0xF6
Copy link
Member

0xF6 commented Oct 8, 2021

  • Proposed
  • Triage: Completed
  • Prototype: not started
  • Implementation: not started
  • Specification: not started

Define file-scope class member

#space "space"
#use "vein/lang"
#mod public
// file foobar.vein
public Method(): void 
{}

Ishtar view (transformation result)

#space "space"
#use "vein/lang"
public class foobar
{
   public Method(): void 
   {}
}
@0xF6 0xF6 added area-compiler Area of compiler staff priority 3 low feature size: M medium task (< 3 week) language-specs labels Oct 8, 2021
@0xF6 0xF6 self-assigned this Oct 8, 2021
@0xF6 0xF6 added this to the 🧊 icebox 🧊 milestone Oct 8, 2021
@0xF6 0xF6 mentioned this issue Aug 9, 2024
26 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area-compiler Area of compiler staff feature language-specs priority 3 low size: M medium task (< 3 week)
Projects
Development

No branches or pull requests

1 participant