Gregofi / camel

Custom dynamic programming language
MIT License
6 stars 1 forks source link

typedef vm_state #33

Closed Gregofi closed 2 years ago

Gregofi commented 2 years ago

Typedef vm_state. This unfortunately creates a precedent, since there weren't any used typedefs for structs.

But vm_state soon going to leak into many other functions, and this should save some typing while not necessarily losing readability.