[][src]Module scriptful::op_systems

Some ready-to-use operator systems that may be useful for someone, somewhere, somewhen.

Modules

pokemon

A sample stack machine that showcases how to use custom operators on custom types, and at the same time, doubles as an example of how to implement a state machine.

simple_math