code wiki / (root) / lex_kinds.nx

lex_kinds.nx source

↩ module page · 13 lines · 558 B

1// lex_kinds.nx -- alias stub. 2// 3// Migration to nx_-prefixed canonical name. Consumers via 4// "import \"lex_kinds.nx\"" resolve to nx_lex_kinds.nx through NishiLang's 5// textual import splicing with path dedup (runtime/import.nx I1). 6// Eliminates duplicate-symbol errors when both names appear in the 7// transitive import tree (e.g., nxc.nx imports lex_kinds.nx directly 8// AND nx_regalloc.nx imports nx_lex_kinds.nx). 9// 10// Deprecation: delete this stub when every "lex_kinds.nx" consumer has 11// migrated to "nx_lex_kinds.nx". 12 13import "nx_lex_kinds.nx"