Port Hhbc AST and start Instruction_sequence
commitb7a640136c290aa75952b3b7a4e140d4de76189b
authorLeo Osvald <leoo@fb.com>
Fri, 18 Oct 2019 00:31:17 +0000 (17 17:31 -0700)
committerFacebook Github Bot <facebook-github-bot@users.noreply.github.com>
Fri, 18 Oct 2019 00:33:21 +0000 (17 17:33 -0700)
treedc2de6d19897e686857c88161315bfb82166025f
parente93197994b2967b7d6166d7b3ca567e7d85e3af3
Port Hhbc AST and start Instruction_sequence

Summary:
Not deriving Clone for expensive stuff like
TypedValue and everything that depends on it.

Reviewed By: shiqicao

Differential Revision: D17961556

fbshipit-source-id: 647f98c77ed612571f0ecc89c45312f267f3523f
hphp/hack/src/hhbc/hhbc_ast.rs [new file with mode: 0644]
hphp/hack/src/hhbc/hhbc_id.rs
hphp/hack/src/hhbc/instruction_sequence.rs [new file with mode: 0644]
hphp/hack/src/hhbc/iterator.rs
hphp/hack/src/hhbc/label.rs
hphp/hack/src/hhbc/typed_value.rs