/reactor-c

A reactor runtime written in C

Primary LanguageCBSD 2-Clause "Simplified" LicenseBSD-2-Clause

Reactor-C: A reactor runtime implementation in C

Documentation

To generate and view documentation, follow the following steps:

  • Install python3, pip3 and doxygen
  • Install the required Python modules:
    • pip3 install sphinx
    • pip3 install sphinx_sitemap
    • pip3 install sphinx-rtd-theme
    • pip3 install breathe
    • pip3 install exhale
  • Check out this repo and build the docs:
    • git clone git@github.com:lf-lang/reactor-c.git
    • cd reactor-c/doc-sphinx
    • make html
  • Point your browser to the generated HTML page:
    • firefox _build/html/index.html