You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- Change over intersection to use disjoint function
- Change ranges back to LessThan & GreaterThan
- Narrowing fix
- Add modulo_class and float_range helpers
- Extract helpers and operator modules
- Literal on object
- Indentation in specification
- Disjoint on template literals
- Move specification tests
Copy file name to clipboardExpand all lines: README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -18,7 +18,7 @@ What Ezno is:
18
18
19
19
What Ezno is not
20
20
-**eNZo, the Z is in front of the N** (pronounce as 'Fresno' without the 'fr') 😀
21
-
- Be on parity with TSC or 1:1, it has some different behaviors **but** should work in existing projects using TSC
21
+
- Be on parity with TSC or 1:1, it has some different behaviors **but** should work in existing projects using TSC. [You can see a full comparison of emitted errors and warnings compared with TSC here](https://kaleidawave.github.io/ezno/comparison)
22
22
- Faster as a means to serve large codebases. Cut out bloat and complex code first!
23
23
- Smarter as a means to allow more *dynamic patterns*. Keep things simple!
24
24
- A binary executable compiler. It takes in JavaScript (or a TypeScript or Ezno superset) and does similar processes to traditional compilers, but at the end emits JavaScript. However, in the future, it *could* generate a lower level format using its event (side-effect) representation.
0 commit comments