Skip to content

Is there a comprehensive list of the supported syntaxes (and which syntaxes are no longer supported) ? #96

@chetmurthy

Description

@chetmurthy

Hi, I write and maintain a Camlp5-based work-alike for ppx_import (named pa_ppx.import), and I recently started to upgrade it for OCaml 5.2.0. I found that the old syntax

type position = [%import: Lexing.position]

no longer works, and that the new syntax is

type%import position =Lexing.position

So I thought I'd check if there were a comprehensive list of what the currently-supported syntax is ? I'd like to maintain compatibility with ppx_import, hence my question.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions