cyrus-lang/Cyrus

Add testcase for Module System

Open

#394 geöffnet am 9. Juli 2026

Auf GitHub ansehen
 (2 Kommentare) (0 Reaktionen) (0 zugewiesene Personen)Rust (21 Forks)auto 404
Good First IssueTestCase

Repository-Metriken

Stars
 (144 Stars)
PR-Merge-Metriken
 (PR-Metriken ausstehend)

Beschreibung

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
    • ...

Contributor Guide