This website requires JavaScript.
Explore
Help
Register
Sign In
mikros
/
rust
Watch
1
Star
0
Fork
0
You've already forked rust
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
8d2706cca8
rust
/
src
/
test
/
run-pass
/
macro.rs
4 lines
62 B
Rust
Raw
Normal View
History
Unescape
Escape
Add simple syntax extension (#simplext)
2011-06-20 19:26:17 -05:00
fn
main
(
)
{
Move macro expansion to a separate phase, change macro syntax, and add parse_sess to session.
2011-07-06 17:22:23 -05:00
#
macro
(
[
#
m1
(
a
)
,
a
*
4
]
)
;
Prohibit trailing whitespace under 'tidy' script. Clean up all caught cases.
2011-07-13 17:44:09 -05:00
assert
(
#
m1
(
2
)
=
=
8
)
;
Add simple syntax extension (#simplext)
2011-06-20 19:26:17 -05:00
}
Reference in New Issue
Copy Permalink