Skip to content

Fix Token.run late binding #4

Open
@rbaltrusch

Description

@rbaltrusch

Currently, calls to the Token.runSelf method of tokens derived from the interpreter/Token base class get bound statically to the parent class Token.runSelf method. This is undesireable, as it does not allow overriding the parent functionality (which, by default, does nothing) in the child token classes.

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't workinghelp wantedExtra attention is needed

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions