Bash-style while loop syntax support
commitc5e79fda9940b7e571ae4375a5abec0a03c80f1d
authorVassil Mladenov <vmladenov@fb.com>
Wed, 14 Feb 2018 00:53:21 +0000 (13 16:53 -0800)
committerHhvm Bot <hhvm-bot@users.noreply.github.com>
Wed, 14 Feb 2018 00:56:54 +0000 (13 16:56 -0800)
treeb2e8fd7cbfc973bc0bbfabcf71b9986a06375ac5
parentd06bdca42cfb8cf8d1b7e0ed670cf66c2f785471
Bash-style while loop syntax support

Summary:
Support
```
$i = 1;
while ($i <= 10):
    ++$i;
endwhile;
```
in FFP

Differential Revision: D6934268

fbshipit-source-id: 746a9d479d731cdb21ea28720fca19056203fb42
hphp/hack/src/parser/full_fidelity_expression_parser.ml
hphp/hack/src/parser/full_fidelity_statement_parser.ml
hphp/hack/src/parser/full_fidelity_token_kind.ml
hphp/hack/src/parser/js/full_fidelity_editable.js
hphp/hack/src/parser/js/full_fidelity_schema.json
hphp/hack/src/parser/php/full_fidelity_editable.php
hphp/hack/src/parser/schema/full_fidelity_schema.ml
hphp/test/hhcodegen_failing_tests_php_spec