Blang/unittests/lex/text1.json

13 lines
147 B
JSON
Raw Normal View History

2016-04-22 21:46:31 +02:00
{
"include":[
"header.h"
],
"definitions":{
"DIGIT": "[0-9]"
},
"rules":{
"{DIGIT}":"{print(\"\")}"
},
"user-code":{}
}