Add macro support
[normand.git] / tests / pass-readme-learn-macro-def-2.nt
1 !macro nail(rep, with_extra, val)
2 {iter = 1}
3
4 !repeat rep
5 {val + iter : uleb128}
6 {0xdeadbeef : 32}
7 {iter = iter + 1}
8 !end
9
10 !if with_extra
11 "meow mix\0"
12 !end
13 !end
14
15 ff
16 ---
17 ff
This page took 0.029222 seconds and 4 git commands to generate.