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`.