Skip to content

Implementation status

bschmalhofer edited this page Sep 13, 2010 · 1 revision

Status of the Implementation

This is is an overview over the status of the implementation of the PCT variant of Pipp.
It is based on the PHP language reference.

  • Basic Syntax
    **Instruction separation

The <?php and ?> tag pair is supported. The tag pair is supported in a limited way. Short tags, <? and ?> , and ASP-style tags, [% and %], are not supported.

  • Comments

Supported, but the special case with e.g. ‘# ?>’ is broken.
Types
*
Booleans

Supported.

  • Integers

Supported

  • Floating point numbers

Supported

  • Strings

Supported

  • Arrays

Supported

  • Objects

See PHP OO for Perl 6 programmers.

  • Resources

Not yet supported.

  • NULL

Not yet supported.

  • Variables
  • Constants
  • Expressions
  • Operators
  • Control Structures
  • Functions
  • Classes and Objects
  • Namespaces
  • Exceptions
  • References
  • Predefined variables
  • Predefined Exceptions
Clone this wiki locally