Workbench » Page 4 » Custom Developer Tools and VCL Components | Developer Team

IAR Embedded Workbench for ARM version 7.70.1



IAR Systems, the world’s leading supplier of embedded development tools, is releasing a new version of its high-performance C/C++ compiler and debugger toolchain IAR Embedded Workbench for ARM. IAR Embedded Workbench with its optimizing C/C++ compiler is an integrated development environment for building and debugging ARM-based embedded applications. It provides extensive support for a wide range of ARM devices, hardware debug systems and RTOSs and generates very compact and efficient code. Ready-made device configuration files, flash loaders and over 2300 example projects are included.
Read more

YuPcre2 1.1.0 D7-D10

YuPcre2 1.1.0 D7-D10
YuPcre2 1.1.0 D7-D10 | 5 Mb


YuPcre2 is a library of Delphi components and procedures that implement regular expression pattern matching using the same syntax and semantics as Perl, with just a few differences. There are two matching algorithms, the standard Perl and alternative DFA algorithm:

The Perl algorithm is what you are used to from Perl and jаvascript. It is fast and supports the complete pattern syntax. You will likely be using it most of the time.
DFA is a special purpose algorithm. If finds all possible matches and, in particular, it finds the longest. It never backtracks and supports partial matching better, in particular multi-segment matching of very long subject strings.
Read more