World Conquest Chronicles

World Conquest Chronicles

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

Интерпретатор языка программирования 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...;);
  • 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.