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

Интерпретатор языка программирования Tick-tock.
Support actor classes.
Change Log
- support actor classes;
- refactoring:
- improve marshalling to JSON of the
types.Niltype; - refactor tests of the
runtimepackage; - remove
testutils.UnbufferedInboxandtestutils.BufferedInboxconstants;
- improve marshalling to JSON of the
- fix code style:
- of the
contextpackage; - of the
runtimepackage; - of the
testutilspackage;
- of the
- рантайм:
- функции:
- функции для работы с классами акторов:
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.