ZAM documentation updates

This commit is contained in:
Vern Paxson 2023-06-14 17:45:14 -07:00
parent 40054e5f77
commit aabf486416

View file

@ -61,7 +61,7 @@ of course this varies for different users.
### Deficiencies to eventually fix:
* Error messages in compiled scripts often lack important identifying
* Error messages in compiled scripts have diminished identifying
information.
* The optimizer assumes you have ensured initialization of your variables.
@ -75,13 +75,12 @@ of the expression are modified by compiled scripts.
### Incompatibilities:
* ZAM ignores `assert` statements.
* When printing scripts (such as in some error messages), the names of
variables often reflect internal temporaries rather than the original
variables.
* The deprecated feature of intermixing vectors and scalars in operations
(e.g., `v2 = v1 * 3`) is not supported.
* The `same_object()` BiF will always deem two non-container values as
different.