SignatureSearch Parser
commit0c87e2bc4f55e54b3b3367fb85d785be53e897bf
authorUgonna Iheanacho <ugonna100@fb.com>
Fri, 29 Jun 2018 17:37:08 +0000 (29 10:37 -0700)
committerHhvm Bot <hhvm-bot@users.noreply.github.com>
Fri, 29 Jun 2018 17:43:41 +0000 (29 10:43 -0700)
tree675bc939e4c02e9d650e147cd44c8cdd9e9a9b4b
parent937acef073de6e9239eca6dda23c051deee88a7d
SignatureSearch Parser

Summary: Takes in a query in the form of "input types(s) -> output type", where multiple inputs are speerated using a comma, Ex. "string, int -> void" and outputs them cleaned and in (String List,String) option format/ Ex. Some (["string"; "int"], "void")

Differential Revision: D8503789

fbshipit-source-id: 149bfa9a96ca44222ebc0bd42c9ccb41acd4a193
hphp/hack/src/search/signatures/signatureSearchParser.ml [new file with mode: 0644]
hphp/hack/test/search/signature_search_parser_test.ml [new file with mode: 0644]