RedNeath / ExcelFormulaCalculationEngine

A pure C library that works as an interface to compute Excel formulas, given a data context. It is a recreation of Excel's language calculation engine, with an extra level of abstraction to separate it from the sheet context; allowing lightweight integration within smaller systems.
MIT License
1 stars 0 forks source link

Set up the environment #8

Closed RedNeath closed 5 months ago

RedNeath commented 5 months ago

Setting up the whole environment, using docker and creating the main unit test context (using µnit).

RedNeath commented 5 months ago

Standard build with make and docker done, µnit still to be done