mirror of https://github.com/exaloop/codon.git
* Documentation updates * Documentation updates * Update README.md * Fix tuple indexing error messages * Update roadmap, differences * Update README, FAQ * Trim newline * Update README.md * Update README.md * Update README.md * Update roadmap.md * Update cpp.md * Update README.md * Update roadmap.md * Update README.md * Fix test * clang-format * Fix exporting function named "main" * Update export test * Fix paths * Rename extra/python -> jit * Update license change date * Minor docs updates * Re-add __init__.py * Update header * Update gitignore * Update README.md --------- Co-authored-by: Ibrahim Numanagić <ibrahimpasa@gmail.com> Co-authored-by: Ibrahim Numanagić <inumanag@users.noreply.github.com> |
||
---|---|---|
.. | ||
codon | ||
.gitignore | ||
MANIFEST.in | ||
README.md | ||
pyproject.toml | ||
setup.py |
README.md
To install:
$ pip install .
If Codon is installed in non-standard directory, please set CODON_DIR
accordingly.
To use:
import codon
@codon.jit
def ...