Skip to content

Commit 70d4ac8

Browse files
Create implOfOperators.md
1 parent 8606a09 commit 70d4ac8

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
## Operators Implementation
2+
The implementation of the operators (+, -, *, /, ==, ===, !=, !==, &&, ||, !) are implemented in [decompiler](https://github.com/microsoft/pxt/blob/master/pxtcompiler/emitter/decompiler.ts).
3+
They are implemented by using a map, which includes the type of the operator and where it belongs.

0 commit comments

Comments
 (0)