* Support for multiple patterns as described in RFC7950 Section 9.4.7
* Added regex cache to type resolution * Added compiled regexp parameter as part of internal yang type resolution functions * All internal `ys_populate_*()` functions (except ys_populate()) have switched parameters: `clicon_handle, yang_stmt *)`
This commit is contained in:
parent
efd1330550
commit
2fe185d683
21 changed files with 854 additions and 604 deletions
|
|
@ -170,6 +170,7 @@ identifier [A-Za-z_][A-Za-z0-9_\-\.]*
|
|||
<KEYWORD>key { BEGIN(STRING); return K_KEY; }
|
||||
<KEYWORD>length { BEGIN(STRING); return K_LENGTH; }
|
||||
<KEYWORD>max-elements { BEGIN(STRING); return K_MAX_ELEMENTS; }
|
||||
<KEYWORD>modifier { BEGIN(STRING); return K_MODIFIER; }
|
||||
<KEYWORD>must { BEGIN(STRING); return K_MUST; }
|
||||
<KEYWORD>namespace { BEGIN(STRING); return K_NAMESPACE; }
|
||||
<KEYWORD>ordered-by { BEGIN(STRING); return K_ORDERED_BY; }
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue