e78eec2131
- Update to version 4.3 * Added warning -Wdeprecated-eof-rule, this will be turned to error in the future. * Improved re2c performance (made determinization faster, #544).
Martin Pluskal2025-09-17 07:06:09 +00:00
cc1abdf222
- Update to version 4.1: * This release adds actions, a few backend-specific improvements in code generation and a bunch of bug fixes. * Benchmark code has been reworked in preparation to add multi-language benchmarks in the future.
Martin Pluskal2025-03-13 12:19:39 +00:00
587b13c8a8
Accepting request 1231356 from devel:tools:compiler
Ana Guerrero2024-12-17 18:22:09 +00:00
bdec7e6b86
Accepting request 1231005 from home:mnhauke
Peter Simons2024-12-16 06:58:24 +00:00
5023dd111b
Accepting request 1228247 from devel:tools:compiler
Ana Guerrero2024-12-05 16:05:08 +00:00
8f7be9960f
- Update to version 4.0.1: * Added missing doc sources to the distribution tarball (#503) * Reworked C/C++ examples to avoid using new configuration aliases until the world has updated to re2c 4.0, made them compatible with C. * A few build system changes: increased CMake minimum required version to 3.15, added missing dependencies on doc sources in Makefile.am. * Fixed typos in docs. * Added a generic technique for describing language backends based on the idea of syntax files (#450). * Added support for new languages: D, Haskell, Java, JavaScript, OCaml, Python, V, Zig. * Added new record API for all languages (enabled with --api record, re2c:api = record) and made it the default API for Haskell and OCaml. * Renamed former “default API” to “simple API”, implemented it for all backends except Haskell and OCaml, and enabled by default API for C, D, Java, JavaScript, Python, V and Zig. * Added new code generation model - recursive functions (enabled with --recursive-functions), primarily to be used for functional languages.
Martin Pluskal2024-12-04 09:36:39 +00:00
22bf414e08
- Update to version 1.2.1: * Lots of changes, see provided CHANGELOG - Drop no longer needed re2c-nogenerationdatedefault.patch - Enable profile guided optimization during build
Martin Pluskal2019-08-14 16:02:13 +00:00
bc874b1b9c
- Update to 0.16 * Fixed bug #127 "code generation error with wide chars and bitmaps (omitted 'goto' statement)" * Added DFA minimization and option '--dfa-minimization <table | moore>' * Fixed bug #128 "very slow DFA construction (resulting in a very large DFA)" * Fixed bug #132 "test failure on big endian archs with 0.15.3" - Make building more verbose
Martin Pluskal2016-01-30 21:54:15 +00:00
e047d579ca
- Version update to 0.15.3: * Syntax expansion and various updates * See CHANGELOG for in-depth details - Rebase patch to apply: * re2c-nogenerationdatedefault.patch
Tomáš Chvátal
2016-01-08 11:18:32 +00:00
75370b442d
- Update to 0.14.3 * applied patch '#27 re2c crashes reading files containing %{ %}' * dropped distfiles for MSVC (they are broken anyway) - Changes for 0.14.2 * fixed#57 Wrong result only if another rule is present
Martin Pluskal2015-10-05 14:36:51 +00:00