Skip to content

Rename operators. #186

@python-processing-unit

Description

@python-processing-unit

Rename the following operators:

  • ADD -> +
  • SUB -> -
  • MUL -> *
  • DIV -> /
  • FADD -> F+
  • FSUB -> F-
  • FMUL -> F*
  • FDIV -> F/
  • IADD -> I+
  • ISUB -> I-
  • IMUL -> I*
  • IDIV -> I/
  • TADD -> T+
  • TSUB -> T-
  • TMUL -> T*
  • TDIV -> T/
  • MADD -> M+
  • MSUB -> M-
  • MMUL -> M*
  • MDIV -> M/

Update the implementation, specification, tests, and stdlib.

Metadata

Metadata

Labels

documentationImprovements or additions to documentationenhancementNew feature or requestinterpreterRequires a code change in the interpreter.majorRequires a major version change.testSomething related to the test suite.

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions