From ab22f29a5f3deeb71708f1b0ccd151289dc813cb Mon Sep 17 00:00:00 2001 From: Fenris Wolf Date: Tue, 23 Sep 2025 20:56:49 +0200 Subject: [PATCH] [mod] readme --- readme.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/readme.md b/readme.md index 144a361..85abd39 100644 --- a/readme.md +++ b/readme.md @@ -1,6 +1,6 @@ -## Description +# type2 -`type2` is a slow, but versatile reader for arbitrary context free languages (Chomsky hierarchy type 2). +— a slow, but versatile reader for arbitrary context free languages (Chomsky hierarchy type 2). Being fed with a JSON file, which specifies the language, and a string via `stdin`, it analyzes the input, decomposes it and writes its corresponding abstract syntax tree to `stdout`.