LIMEx is a utility that allows you to expand and unify macro capabilities of high-level languages. With LIMEx language-independent macro extensions, you can: share parameters between different languages (e.g. between C, FORTRAN and Assembler); perform sophisticated arithmetic on parameters; perform complex compile-time configuration; reduce maintenance complexity of your code; and initialize statically what you had to configure in runtime before, thus reducing memory requirements of your project. |