GPMueller / pure

Experiments around writing and detecting pure functions

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

pure

Experiments around writing and detecting pure functions

Usage

macOS

If you've installed llvm using homebrew, you may need to run the following in order for libclang to be able to find the library binaries.

export DYLD_LIBRARY_PATH="/opt/homebrew/opt/llvm/lib:$DYLD_LIBRARY_PATH"

About

Experiments around writing and detecting pure functions

License:MIT License


Languages

Language:Python 100.0%