Repositories
-
hhvm.com
The landing page for HHVM and the blog of Hack/HHVM
-
-
-
packaging
The sources for how we have built the HHVM packages.
-
hack-codegen
Library to programatically generate Hack code and write it to signed files
-
user-documentation
Documentation for those that use HHVM and write Hack code. http://twitter.com/HHVMDocCommits
-
hhvm-autoload
Autoload classes, functions, enums, constants, and typedefs on HHVM
-
xhp-js
Easily create JS controllers for XHP elements, and XHP wrappers for React elements
-
hack-http-request-response-interfaces
Defines common cross-framework interfaces to represent HTTP requests and responses
-
hack-mode
A Emacs major mode for editing Hack code
-
xhp-lib
Class libraries for XHP. XHP is a Hack feature that augments the syntax of the language such that XML document fragments become valid Hack expressions.
-
fbexpect
A Hack library for writing unit tests expressively
-
fbmarkdown
Pure-Hack implementation of GitHub Flavored Markdown, based on the specification at https://github.github.com/gfm/
-
hacklang.org
The content for hacklang.org
-
hsl-experimental
Experimental features for the Hack Standard Library
-
hsl
The Hack Standard Library
-
hh-apidoc
An API documentation generator for Hack files, which start with 'hh'.
-
hack-router-codegen
Codegen (eg URI Map generation) on top of hhvm/hack-router
-
definition-finder
Find definitions (classes, functions, etc) in PHP and Hack files
-
difflib
Functions and classes for calculating the differences between two sequences of items.
-
-
hh-clilib
Command Line Interface (CLI) Library for the Hack programming language
-
hacktest
A unit testing framework for Hack
-
-
-
hhast-inspect
A tool for interactively exploring the AST of Hack programs
-
actions
GitHub Actions for Hack projects
-
xhp-js-example
Example project for XHP-JS