katef / libfsm

DFA regular expression library & friends

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Trailing comma in IR json

katef opened this issue · comments

./build/bin/re -pl irjson -y tests/ir/in10.re
{
	"start": 0,
	"states": [
		{
			"end": true,
			"strategy": "none",
		}
	]
}

Probably a special case for IR_NONE