Import shared HHAS code
commitfadab268b8522d5c2a25131864394f5abd72a473
authorAlexander Chow <achow@fb.com>
Tue, 30 Aug 2016 12:15:25 +0000 (30 05:15 -0700)
committerHhvm Bot <hhvm-bot-bot@fb.com>
Tue, 30 Aug 2016 12:34:53 +0000 (30 05:34 -0700)
treecc0da66a7436451acca4c91315d7ae141f889dc7
parent025338dd087102e8baff3ce615a00484feb255e1
Import shared HHAS code

Summary:
This is a thin layer above outputting bare HHAS files as text. Includes
some necessary collections modules and a buffered printer for outputting
the HHAS data structures to a text string.

Differential Revision: D3790824

fbshipit-source-id: ff66e14cdb27677c1e5993b3f8f430ddbf22235e
hphp/hack/src/hhas/hhasBytecodeIst.ml [new file with mode: 0644]
hphp/hack/src/hhas/hhasBytecodePp.ml [new file with mode: 0644]
hphp/hack/src/hhas/shared/bufferedPrinter.ml [new file with mode: 0644]
hphp/hack/src/hhas/shared/sharedCollections.ml [new file with mode: 0644]