On line 800 of the deps/yang/yang_validate.erl file there is what looks like an extra comma. Look after "none":
rule('type') ->
{'type',identifier_ref,
?ALL(0,none‚,[
?Y(0,1,'fraction-digits'), %% decimal64
?Y(0,1,'range'), %% numerical
?Y(0,1,'length'),
?Y(0,n,'pattern'), %% string
?Y(0,n,'enum'), %% enum
?Y(0,1,'path'), %% leafref FIXED: RFC6020 - Errata ID 2949
?Y(0,1,'base'), %% identityref
?Y(0,1,'require-instance'), %% instance-identifier
?Y(0,n,'bit'), %% bits
?Y(0,n,'type') %% union
])};
ERL: OTP 17.4
Exodm: master
On line 800 of the deps/yang/yang_validate.erl file there is what looks like an extra comma. Look after "none":