kkrt-labs / cairo-vm-ts

A typescript implementation of the Cairo VM
Apache License 2.0
20 stars 13 forks source link

refactor: remove string types #52

Closed zmalatrax closed 6 months ago

zmalatrax commented 6 months ago

Solves #51, using enums

The classes Instruction and VirtualMachine still need to be refactored but it is for another PR, as well as adding proper JSDoc to the different classes.