Context
As discussed in PR #716, if AnanasInterpreter instances are meant to be used once, the initialization logic (currently in resetJam()) should be moved to the constructor for better design.
Original Feedback
If instances are meant to be used once, it would be best if this was part of the constructor instead.
— @tomusdrw
File
packages/core/pvm-interpreter-ananas/index.ts
Related Links
Requested by
@DrEverr
Context
As discussed in PR #716, if
AnanasInterpreterinstances are meant to be used once, the initialization logic (currently inresetJam()) should be moved to the constructor for better design.Original Feedback
File
packages/core/pvm-interpreter-ananas/index.tsRelated Links
Requested by
@DrEverr