Summary
- Add __cast__ function and syntax (commit: 19d690c) (details)
- Warn on casts to same type + Error on impossible casts (commit: e2698cc) (details)
- Optimize __cast__() (commit: c530cec) (details)
- Fix unknown Target for sugared __cast__() syntax (commit: 99f21b3) (details)
- Clone IVariables in IVariableList clone (commit: 541100b) (details)
- Optimize assign() to __unsafe_assign__ () (commit: 8a3b73d) (details)
- Reduce assign() runtime actions (commit: e017fc2) (details)
- Fix compile error on post-assign non-cast parenthesis (commit: bd0a1fe) (details)
- Add soft cast syntax compile test (commit: 4ddda9e) (details)
- Add cast to operators table in documentation (commit: 8ee2774) (details)
- Rewrite proc parameter execution (commit: 4f3dbd9) (details)
- Fix syntax mistake in SignatureBuilder.varParam() docs (commit: c4bc341) (details)
- Fix missing default value in untyped parameter declarations (commit: 9ecb896) (details)
- Fix core errors in throw(type, string) with invalid type (commit: c6af4a4) (details)
- Fix forward declaration procedure parsing (commit: 507e0f0) (details)
- Fix checking functions too early during compile (commit: 983b153) (details)
- Add salmon type to entity_spec (commit: 5004975) (details)
- Add arrow particle color to entity_spec (commit: 96e367e) (details)
