Changeset 1e567ab
- Timestamp:
- Aug 4, 2021, 1:24:00 PM (3 years ago)
- Branches:
- ADT, ast-experimental, enum, forall-pointer-decay, jacob/cs343-translation, master, new-ast-unique-expr, pthread-emulation, qualifiedEnum
- Children:
- df5b2c8
- Parents:
- fa7dbf1
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
doc/theses/andrew_beach_MMath/existing.tex
rfa7dbf1 r1e567ab 89 89 operator usages are translated into function calls using these names. 90 90 An operator name is created by taking the operator symbols and joining them with 91 @?@s to show where the parameters go.91 @?@s to show where the arguments go. 92 92 For example, 93 93 infixed multiplication is @?*?@, while prefix dereference is @*?@.
Note: See TracChangeset
for help on using the changeset viewer.