summaryrefslogtreecommitdiff
path: root/tests/examplefiles/cddl/example.cddl
Commit message (Collapse)AuthorAgeFilesLines
* Add CDDL lexer (Fix #1239) (#1379)Thomas Duboucher2021-02-141-0/+377
* Add CDDL lexer (thanks to Fabian Neumann) * Add CDDL to mappings * Fix inline flag in CDDL regex * Update AUTHORS * Fix explosive backtracking * Comment invalid CDDL syntax for automated tests * Update following Georg Brandl's review * Update tests for CDDL to new framework * Pylint pass * Update links to CDDL RFC * Update copyright header * Solve regexlint issues in CDDL parser * Add link to CDDL in documentation