forked from Orchid/orchid
Added support for defining macros in Rust within the macro system
Also fixed a lot of bugs
This commit is contained in:
@@ -1,2 +1,3 @@
|
||||
let user = "dave"
|
||||
let main = println "Hello $user!" exit_status::success
|
||||
import macros::common::(+ *)
|
||||
|
||||
let main = 1 + 2
|
||||
|
||||
Reference in New Issue
Block a user