mirror of
https://github.com/GayPizzaSpecifications/pork.git
synced 2025-10-06 22:39:38 +00:00
language: euclidean modulo and remainder infix operators (#3)
This commit is contained in:
@ -64,6 +64,12 @@ types:
|
||||
- name: NotEquals
|
||||
values:
|
||||
token: "!="
|
||||
- name: EuclideanModulo
|
||||
values:
|
||||
token: "mod"
|
||||
- name: Remainder
|
||||
values:
|
||||
token: "rem"
|
||||
InfixOperation:
|
||||
parent: Expression
|
||||
values:
|
||||
|
Reference in New Issue
Block a user