cyrus-lang/Cyrus

Add testcase for Module System

Open

#394 创建于 2026年7月9日

在 GitHub 查看
 (2 评论) (0 反应) (0 负责人)Rust (21 fork)auto 404
Good First IssueTestCase

仓库指标

Star
 (144 star)
PR 合并指标
 (PR 指标待抓取)

描述

Must include:

  • mod namespaces
  • successfully module resolution (import foo::bar)
  • syntactically wrong module resolution (import foo::bar::{xxx}) // Not a Cyrus Syntax!!
  • semantically wrong module resolution:
    • module not found
    • cyclic import
    • ...

贡献者指南