Skip to content
Milan Skocic edited this page Sep 3, 2023 · 5 revisions

Introduction

Codata is a simple Fortran library which provides all the codata constants.

Source generator

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.

Compilation

The Makefile automates the building process of the parser, the parsing and generation of the sources and finally the compilation of the sources.

Clone this wiki locally