We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d517114 commit a33cd53Copy full SHA for a33cd53
README.md
@@ -54,11 +54,11 @@ Usage: `soodocode file.sc`
54
* [x] Pointers
55
* [x] Infinite pointer types
56
* [x] Recursive types
57
-* [x] Sets
+ * [x] Sets
58
* [ ] Set operations
59
* [x] Integer range type (1..10, 200..250)
60
* [x] Sound type system
61
- * Type checking is partly done at compile time (class inheritance, type esize check) and partly at runtime (everything else).
+ * Type checking is partly done at compile time (class inheritance, type size check) and partly at runtime (everything else).
62
63
## Classes
64
* [x] Classes
0 commit comments