这是indexloc提供的服务,不要输入任何密码
Skip to content

chance to optimize #38

@dragoncoder047

Description

@dragoncoder047

Don't know how good your optimizer is, but you don't need to implement all of >, <, >=, <= in C. You just need > and == and the rest come from that:

Def < as (> Swap);
Def <= as (Let A; Let B; Or < A B == A B);
Def >= as (<= Swap);

(Did I implement them correctly?)

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions