Skip to content

Reorder by dependency #428

@pokrakam

Description

@pokrakam

If there is a dependency in class definitions, they should be sequenced to resolve dependencies.
The following will produce a syntax error.

class a definition.
  method run importing str type b=>btype.
endclass.

class b definition.
  types btype type string.
endclass.

Circular dependencies should fail.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions