codon/jit
A. R. Shajii 0e42fded1a
2024 updates (#548)
* Update copyright dates in stdlib

* Update copyright dates in cpp files

* Update copyright dates in h files

* Update copyright dates in py files

* Bump version

* Update LICENSE

* Update release notes
2024-03-02 16:30:03 -05:00
..
codon 2024 updates (#548) 2024-03-02 16:30:03 -05:00
.gitignore
MANIFEST.in Bugfixes 2023-08 (#440) 2023-08-12 10:39:45 -04:00
README.md
pyproject.toml
setup.py 2024 updates (#548) 2024-03-02 16:30:03 -05: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 ...