World Conquest Chronicles

World Conquest Chronicles

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

Интерпретатор языка программирования Tick-tock.

Support actor classes.

Change Log

  • support actor classes;
  • refactoring:
    • improve marshalling to JSON of the types.Nil type;
    • refactor tests of the runtime package;
    • remove testutils.UnbufferedInbox and testutils.BufferedInbox constants;
  • fix code style:
    • of the context package;
    • of the runtime package;
    • of the testutils package;
  • рантайм:
    • функции:
      • функции для работы с классами акторов:
        • name(actorClass: class): str — возвращает имя класса акторов actorClass;
  • examples:
    • improve the example with dining philosophers;
    • fix the comment in the example with pi evaluation;
    • improve the example with ping-pong.

Описание

Описание языка.

Репозиторий

Ссылка: https://github.com/thewizardplusplus/tick-tock/tree/v1.5.

Содержание: код, документация, инструменты (подсветка синтаксиса) и примеры.

Лицензия:

  • кода — MIT;
  • документации — CC BY 4.0.