Skip to content
This repository has been archived by the owner on May 19, 2018. It is now read-only.

[Flow] Function predicate declaration #103

Merged
merged 6 commits into from
Feb 10, 2017
Merged

[Flow] Function predicate declaration #103

merged 6 commits into from
Feb 10, 2017

Commits on Aug 31, 2016

  1. [Flow] Function predicate declaration

    The accepted syntax for function declarations is extended to allow
    the following predicate declaration:
    
      FunctionReturnType :=
        Type
        Predicate
        Type Predicate
    
      Predicate :=
        %checks
        %checks ( ConditionalExpression )
    panagosg7 committed Aug 31, 2016
    Configuration menu
    Copy the full SHA
    a411e1e View commit details
    Browse the repository at this point in the history

Commits on Sep 4, 2016

  1. Configuration menu
    Copy the full SHA
    502b996 View commit details
    Browse the repository at this point in the history

Commits on Jan 17, 2017

  1. Configuration menu
    Copy the full SHA
    d5782a9 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7c81009 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    f972e80 View commit details
    Browse the repository at this point in the history

Commits on Jan 18, 2017

  1. Configuration menu
    Copy the full SHA
    e42d60c View commit details
    Browse the repository at this point in the history