diff --git a/README.md b/README.md index 70be4fe..76dcdea 100644 --- a/README.md +++ b/README.md @@ -51,7 +51,10 @@ Lark provides syntax highlighting for its grammar files (\*.lark): ### Clones +These are implementations of Lark in other languages. They accept Lark grammars, and provide similar utilities. + - [Lerche (Julia)](https://github.com/jamesrhester/Lerche.jl) - an unofficial clone, written entirely in Julia. +- [Lark.js (Javascript)](https://github.com/lark-parser/lark.js) - a port of the stand-alone LALR(1) parser generator to Javascsript. ### Hello World