Make `normand.ParseError` contain a list of messages
[normand.git] / tests / fail-macro-exp-nested-2.nt
1 !macro meow()
2 {1993:8}
3 !end
4
5 !macro mix()
6 aa bb m:meow()
7 !end
8
9 "hello" m:mix()
10 ---
11 9:9 - While expanding the macro `mix`:
12 6:9 - While expanding the macro `meow`:
13 2:4 - Value 1,993 is outside the 8-bit range when evaluating expression `1993`
This page took 0.029584 seconds and 4 git commands to generate.