Skip to content

422404/ActorLang

Repository files navigation

Actor Lang

Quality Gates codecov

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.

Documentation

The full documentation can be found here.

Contributing

Please refer to CONTRIBUTING.md.