codon/jit
A. R. Shajii 38e08b409a
Doc updates (#385)
* 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>
2023-05-23 17:59:26 -04:00
..
codon Doc updates (#385) 2023-05-23 17:59:26 -04:00
.gitignore Doc updates (#385) 2023-05-23 17:59:26 -04:00
MANIFEST.in Doc updates (#385) 2023-05-23 17:59:26 -04:00
README.md Doc updates (#385) 2023-05-23 17:59:26 -04:00
pyproject.toml Doc updates (#385) 2023-05-23 17:59:26 -04:00
setup.py Doc updates (#385) 2023-05-23 17:59:26 -04:00

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 ...