Pinned Repositories
hack-codegen
Library to programatically generate Hack code and write it to signed files
hhast
Mutable AST library for Hack with linting and code migrations
hhvm-docker
Dockerfiles for HHVM
homebrew-hhvm
Official Mac OS X Homebrew formula for HHVM
hsl
The Hack Standard Library
packaging
The sources for how we have built the HHVM packages.
user-documentation
Documentation for those that use HHVM and write Hack code.
vim-hack
Syntax highlighting and typechecker integration for Hack.
xhp-js
Easily create JS controllers for XHP elements, and XHP wrappers for React elements
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.
HipHop Virtual Machine's Repositories
hhvm/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.
hhvm/hack-codegen
Library to programatically generate Hack code and write it to signed files
hhvm/user-documentation
Documentation for those that use HHVM and write Hack code.
hhvm/hsl
The Hack Standard Library
hhvm/vim-hack
Syntax highlighting and typechecker integration for Hack.
hhvm/homebrew-hhvm
Official Mac OS X Homebrew formula for HHVM
hhvm/hhast
Mutable AST library for Hack with linting and code migrations
hhvm/packaging
The sources for how we have built the HHVM packages.
hhvm/hhvm-docker
Dockerfiles for HHVM
hhvm/xhp-js
Easily create JS controllers for XHP elements, and XHP wrappers for React elements
hhvm/hack-router
Request routing for HackLang
hhvm/hhvm-autoload
Autoload classes, functions, enums, constants, and typedefs on HHVM
hhvm/hhvm-third-party
All of the dependencies that hhvm needs which don't have nice packages
hhvm/fbmarkdown
Pure-Hack implementation of GitHub Flavored Markdown, based on the specification at https://github.github.com/gfm/
hhvm/hacktest
A unit testing framework for Hack
hhvm/hhvm.com
The landing page for HHVM and the blog of Hack/HHVM
hhvm/type-assert
Hack library for converting untyped data to typed data.
hhvm/hsl-experimental
Experimental features for the Hack Standard Library
hhvm/fbexpect
A Hack library for writing unit tests expressively
hhvm/hacklang.org
The content for hacklang.org
hhvm/hack-mode
A Emacs major mode for editing Hack code
hhvm/definition-finder
Find definitions (classes, functions, etc) in PHP and Hack files
hhvm/hack-http-request-response-interfaces
Defines common cross-framework interfaces to represent HTTP requests and responses
hhvm/hack-router-codegen
Codegen (eg URI Map generation) on top of hhvm/hack-router
hhvm/hh-apidoc
An API documentation generator for Hack files, which start with 'hh'.
hhvm/difflib
Functions and classes for calculating the differences between two sequences of items.
hhvm/xhp-js-example
Example project for XHP-JS
hhvm/hh-clilib
Command Line Interface (CLI) Library for the Hack programming language
hhvm/hhast-inspect
A tool for interactively exploring the AST of Hack programs
hhvm/actions
GitHub Actions for Hack projects