From 60ff1862ed115d3438a6734ef9f73ab93c367649 Mon Sep 17 00:00:00 2001 From: Semyon Date: Thu, 12 Sep 2024 09:46:57 +0300 Subject: [PATCH] [README.md] Add link to KotlinAutomataConstructor --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 475dba6af..b59c5ddae 100644 --- a/README.md +++ b/README.md @@ -14,6 +14,7 @@ - Классика по алгоритмам синтаксического анализа: [Dick Grune, Ceriel J. H. Jacobs, "Parsing Techniques A Practical Guide"](https://link.springer.com/book/10.1007/978-0-387-68954-8#bibliographic-information) - Классика по теории формальных языков: [M. A. Harrison. 1978. "Introduction to Formal Language Theory"](https://dl.acm.org/doi/book/10.5555/578595) - Свежее по теории автоматов и их применению в различных областях: [Editors: Jean-Éric Pin. 2021. "Handbook of Automata Theory"](https://ems.press/books/standalone/172) +- [Инструмент для конструирования и симуляции различных распознователей](https://github.com/spbu-se/KotlinAutomataConstructor) Технологии: - Python 3.12