Champii / Rock

Native language with Rust & LLVM
GNU General Public License v3.0
67 stars 3 forks source link

Macro system #134

Open Champii opened 2 years ago

Champii commented 2 years ago

We want to have a macro system like in rust

macro my_macro
  $my_expr:expr =>
    $my_expr.print!

main: -> my_macro "Hello"
Champii commented 2 years ago

This issue is the continuation of the discussion about macro initiated in #122