sparser icon indicating copy to clipboard operation
sparser copied to clipboard

Yang - new language

Open prettydiff opened this issue 7 years ago • 1 comments

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

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

prettydiff avatar Feb 08 '19 06:02 prettydiff

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

prettydiff avatar Feb 08 '19 06:02 prettydiff