yanicky/kat.hh

KaT implementation in Hacklang


Keywords
hack, kat, yanicky
License
MIT

Documentation

KaT.HH

KaT implementation in hack language for HHVM

Requirement

  • Require a working HipHop Virtual Machine : HHVM.
  • Require composer available in PATH for dependencies installation.

For a complete development environment please check yanicky/HHVM-LIVE: a live-build config to create a bootable ISO image for web development/deployment with HHVM, NGINX and PHP-FPM among other daemons/tools.

  1. git clone https://github.com/yanicky/KaT.HH;

  2. cd KaT.HH;

  3. composer.phar install;

  4. hhvm index.hh --CMD=howto;

How to

Check the HOWTO.md or use CMD=howto for usage examples.

(While some CMD and/or OPTION names might change in the future, they will be properly transitioned.)

Feel free to add pull requests or fork it for your own usage.