Files
carbon-lang/toolchain/parse
Jon Ross-Perkins a16842ab37 Add export keyword handling. (#3944)
This provides `export import` logic in lex, parse, and check; `export
name` logic is only in lex and parse, not check.

I think with `export name` I'm going to need to modify import_ref and
some consolidation logic, whereas `export import` seems feasible to keep
as primarily import logic. Given the implementations were looking like
they'd diverge more substantially, I thought it'd be helpful to cut the
PR here.
2024-05-10 22:54:06 +00:00
..
2024-03-04 16:27:31 +00:00
2024-02-13 00:27:06 +00:00
2023-12-09 04:04:00 +00:00
2023-12-09 04:04:00 +00:00
2024-05-10 22:54:06 +00:00
2024-05-10 22:54:06 +00:00