Unibeautify/sparser

Yang - new language

prettydiff opened this issue · 1 comments

https://tools.ietf.org/html/rfc6020

A knowledge modeling language that compiles to XML, but can be parsed with the style lexer.

 list user {
     key "name";
     leaf name {
         type string;
     }
     leaf full-name {
         type string;
     }
     leaf class {
         type string;
     }
 }