Deterministic embeddable simple language for calculator and notebooks
-* https://github.com/alexpdp7/plankalkul/ , that deprecated https://github.com/alexpdp7/pdp7_calc/ .
\ No newline at end of file
+* https://github.com/alexpdp7/plankalkul/ , that deprecated https://github.com/alexpdp7/pdp7_calc/ .
+
+Turing Parser
+
+* A toolkit to write parsers for languages which are not CFGs and that need Turing-complete parsing code.
+* Provides tools to implement stateful lexers, keeping line-column information and generating good error messages.
+* Provides tools to transform the token stream, using arbitrary code, to generate annotated ASTs (i.e. with line/column number information)