cyrus-lang/Cyrus

Macro

Open

#67 opened on 2025年3月28日

GitHub で見る
 (0 comments) (0 reactions) (1 assignee)Rust (21 forks)auto 404
Help Wanted

Repository metrics

Stars
 (144 stars)
PR merge metrics
 (PR metrics pending)

説明

Example syntax:

macro fn_def($name, $body) {
     fn $name {
          $body
      }
}

コントリビューターガイド