Update readme

This commit is contained in:
Andrew Morris
2023-03-24 17:54:47 +11:00
parent 4b373090d1
commit 11680ebe97

View File

@@ -415,7 +415,7 @@ not the subset of ValueScript that has actually been implemented.
- Loops
- Recursion
- Destructuring
- Throwing exceptions
- Exceptions
- Local imports (not yet in the playground)
- Tree shaking (not yet in the playground)
- Copy-on-write optimizations
@@ -466,7 +466,7 @@ not the subset of ValueScript that has actually been implemented.
- `{} === {} -> true`
- JS: `-> false`
- This is a value semantics thing - objects don't have identity
- Catching exceptions
- Restoring variables changed during `try` when an exception is thrown
- Enforcing `const`
- Temporal dead zones
- Iterators