Installation
pecan can be installed as a git library:
$ haxelib git pecan git@github.com:Aurel300/pecan.git
# or
$ haxelib git pecan https://github.com/Aurel300/pecan.git
Alternatively, the Github repository can be cloned and pecan can be installed as a dev library:
$ git clone git@github.com:Aurel300/pecan.git
$ cd pecan
$ haxelib dev pecan .
A Haxelib release is coming soon.
Whichever way the library is installed, -lib pecan should be added to the compilation flags or the hxml file.