- Manehattan MAS hub
- https://holanet.xyz
-
Sasha Koshka is the name I go by online. E-mail me if you have questions about that or about my projects in general.
- Joined on
2022-08-07
Block a user
Implement mutable/immutable variables
This would not require any refactoring of the analyzer which is good because oh god
Implement mutable/immutable variables
The only scenario in which mutability matters is in assignment statements, as there are a fixed amount of assignment scenarios:
- Assignment statements
- Argument passing to a function or…