Installing Celf
Celf is available through the Smackage package management system, and can be installed with the following commands:
$ smackage refresh
$ smackage get celf
$ smackage make celf smlnj # (or mlton)
$ smackage make celf install
$ celf -h
If you download and unpack the .tar.gz or .zip files above or fork the Celf repository on Github, you can install Celf with either the SML/NJ or MLton compilers for Standard ML:
$ cd celf
$ make smlnj # (or mlton)
$ ./celf tests/change.clf
Documentation
The GitHub wiki for Celf contains the best source of documentation:
- Celf syntax - tragically incomplete
- Queries in Celf
For command line options, run celf -h
.