Ivan Enderlin
Ivan Enderlin
Address #11. #### Specification https://github.com/php/php-langspec/blob/master/spec/19-grammar.md#statements #### Progression - [ ] General, - [ ] Compound statements, - [ ] Labeled statements, - [ ] Expression statements, - [ ] Iteration...
Address #11. #### Specification https://github.com/php/php-langspec/blob/master/spec/19-grammar.md#variables #### Progression - [ ] Function static declaration, - [ ] Static variable name list, - [ ] Static variable declaration, - [ ] Function...
Address #11. #### Specification https://github.com/php/php-langspec/blob/master/spec/19-grammar.md#program-structure #### Progression - [ ] Script, - [ ] Script section, - [ ] Start tag, - [ ] End tag, - [ ] Text.
Previously located at https://github.com/tagua-vm/tagua-vm/issues/9 ---
Previously located on https://github.com/tagua-vm/tagua-vm/issues/33. --- Address #8. Before supporting them, we must support more constructions from the language, so string interpolations from https://github.com/tagua-vm/tagua-vm/pull/30 are postpone here with this issue.
#### Specification https://github.com/php/php-langspec/blob/master/spec/19-grammar.md#syntactic-grammar
Address https://github.com/hoaproject/Central/issues/75.
Address [hoaproject/Central#75](https://github.com/hoaproject/Central/issues/75).
This PR implements `JsValue.as_ptr`. The idea is to be able to retrieve the `ptr` value of a `JsValue` from the JS land, which represents the raw pointer value of the...