README
[Deprecated] LL(1) Parser generator
This repository is depreacted. See the Syntax tool, which implements both, LL, and LR parsing algorithms for parser generators.
An educational LL(1) parser generator
<script type="module">
import ll1 from 'https://cdn.skypack.dev/ll1';
</script>
This repository is depreacted. See the Syntax tool, which implements both, LL, and LR parsing algorithms for parser generators.