A small language I made to give life to the pseudocode one of my teacher used to teach us actor programming.
The language is pretty small so only basic arithmetic and comparisons can be done (and obviously standard actor programming actions). It only supports integers, booleans, strings and actor references.
The full documentation can be found here.
Please refer to CONTRIBUTING.md.