From 8f2bef29bca3aaee6844a861b9f1f2ac4f72d2b2 Mon Sep 17 00:00:00 2001 From: Erez Sh Date: Mon, 23 Aug 2021 11:51:17 +0100 Subject: [PATCH] README: Added link to Lark.js --- README.md | 3 +++ 1 file changed, 3 insertions(+) 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