54df03530e
- update to 3.0: - Added code generation backend for Rust: - Added options: + ``--loop-switch`` + ``--no-unsafe`` - Added configurations; + ``re2c🏷️yyloop`` + ``re2c:unsafe`` - Renamed options to use common naming scheme. The old names are supported as aliases, so the change does not break existing code. Documentation has been updated to use new names. + ``--api`` is a new alias for ``--input`` + ``--ebcdic`` is a new alias for ``--ecb`` + ``--ucs2`` is a new alias for ``--wide-chars`` + ``--utf32`` is a new alias for ``--unicode`` + ``--utf16`` is a new alias for ``--utf-16`` + ``--utf8`` is a new alias for ``--utf-8`` + ``--header`` is a new alias for ``--type-header`` - Renamed configurations to use common naming scheme and support proper scoping under subcategories such as ``:define``, ``:label``, ``:variable``, etc. The old names are supported as aliases, so the change does not break existing code. Documentation has been updated to use new names. + ``re2c:api`` is a new alias for ``re2c🎏input`` + ``re2c:bit-vectors`` is a new alias for ``re2c🎏bit-vectors`` + ``re2c:case-insensitive`` is a new alias for ``re2c🎏case-insensitive`` + ``re2c:case-inverted`` is a new alias for ``re2c🎏case-inverted`` + ``re2c:case-ranges`` is a new alias for ``re2c🎏case-ranges`` + ``re2c:cond:prefix`` is a new alias for ``re2c:condprefix`` + ``re2c:cond:enumprefix`` is a new alias for ``re2c:condenumprefix`` + ``re2c:computed-gotos`` is a new alias for ``re2c🎏computed-gotos`` OBS-URL: https://build.opensuse.org/request/show/973759 OBS-URL: https://build.opensuse.org/package/show/devel:tools:compiler/re2c?expand=0&rev=45 |
||
---|---|---|
.gitattributes | ||
.gitignore | ||
re2c-3.0.tar.xz | ||
re2c.changes | ||
re2c.spec |