
* grammatron random mut * import String from alloc * gramatron * grammar preprocess scripts * clippy * fix construct_automata.py * splice mutator * fix * clippy * recursion mutator * recursion mut in example * clippy * fix * clippy * grammars
5 lines
90 B
Plaintext
5 lines
90 B
Plaintext
fn pippo(v) { return "hello world " + v; }
|
|
var a = 666;
|
|
name = "scozzo" + a;
|
|
pippo(name);
|