-
Notifications
You must be signed in to change notification settings - Fork 1
Home
Milan Skocic edited this page Sep 3, 2023
·
5 revisions
Codata is a simple Fortran library which provides all the codata constants.
Currently, the ascii table from NIST is parsed and the all the sources are automatically generated i.e. Fortran, C API and Python wrapper. The parser is written in C and is pretty simple. It might have been easier to write it in Python but it is a personal preference for C and I did not want a dependency on Python for the building process.
The Makefile automates the building process of the parser, the parsing and generation of the sources and finally the compilation of the sources.