Skip to content

Make all instruction compilation functions have the same signature #2

Open
@ThePotatoChronicler

Description

@ThePotatoChronicler

Instead of having instruction compilation functions take different arguments and return different values, instead they should be rewritten to take the same argument and return the same value.

This will help get rid of the giant match tree in the compilation source code, possibly also helping later when adding user-definable functions.

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