Интерпретатор ЯП Tick-tock, v1.2
Posted on

Интерпретатор языка программирования Tick-tock.
Support the return command and conditional expressions.
Change Log
- support commands:
- return command (early exit from message processing);
- support expression evaluation:
- support types:
- symbol constants (based on real numbers);
- support operations:
- conditional expression (
when...;);
- conditional expression (
- support types:
- examples:
- improve the example with the guessing game;
- add the new example with the maze.
Описание
Репозиторий
Ссылка: https://github.com/thewizardplusplus/tick-tock/tree/v1.2.
Содержание: код, документация, инструменты (подсветка синтаксиса) и примеры.
Лицензия:
- кода — MIT;
- документации — CC BY 4.0.