carbon-lang icon indicating copy to clipboard operation
carbon-lang copied to clipboard

More consistent package syntax

Open zygoloid opened this issue 1 year ago • 0 comments

Change the syntax for package declarations from:

[package Foo] [library "bar"] api;
[package Foo] [library "bar"] impl;

to

[package Foo] [library "bar"];
impl [package Foo] [library "bar"];

zygoloid avatar May 01 '24 20:05 zygoloid