-
Notifications
You must be signed in to change notification settings - Fork 0
Rename operators. #186
Copy link
Copy link
Closed
Labels
documentationImprovements or additions to documentationImprovements or additions to documentationenhancementNew feature or requestNew feature or requestinterpreterRequires a code change in the interpreter.Requires a code change in the interpreter.majorRequires a major version change.Requires a major version change.testSomething related to the test suite.Something related to the test suite.
Milestone
Metadata
Metadata
Assignees
Labels
documentationImprovements or additions to documentationImprovements or additions to documentationenhancementNew feature or requestNew feature or requestinterpreterRequires a code change in the interpreter.Requires a code change in the interpreter.majorRequires a major version change.Requires a major version change.testSomething related to the test suite.Something related to the test suite.
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.