Created by: bopjesvla
Changed isSomeType(value)
to match("someType", value)
on Syntax and SyntaxOrTermWrapper, isKind("someType", value)
on Enforester. They can all take a regex as a value (untested for now).
Syntax.fromSomeType(val, stx)
has become Syntax.from("someType", val, stx)
.