####### DOCUMENTATIATOIAITAT ION ######## a simple c-like language with support for if/else-statements, while-loops and the standard arithmetic (+, -, /, *) and comparison expressions (<, >, <=, >=, ==, !=). also, increase/decrease expressions (++, --) are supported. data types: integers and booleans. comments: // and /* */ comments are allowed.