* Support of yangmodels supported, see test_yangmodels.sh
* Added -o "<option>=<value>" command-line option to all programs: backend, cli, netconf, restconf. * Ignore CR(\r) in yang files for DOS files
This commit is contained in:
parent
c7e847cd24
commit
207858e20d
26 changed files with 635 additions and 256 deletions
|
|
@ -87,9 +87,10 @@ exp ({integer}|{real})[eE][+-]{integer}
|
|||
%s ESCAPE
|
||||
|
||||
%%
|
||||
|
||||
<START>[ \t]
|
||||
<START>\n { _JY->jy_linenum++; }
|
||||
<START>\r { }
|
||||
<START>\r
|
||||
<START><<EOF>> { return J_EOF; }
|
||||
<START>\{ { return *yytext; }
|
||||
<START>\} { return *yytext; }
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue