spell1
spell1 copied to clipboard
LL(1) parser generator for Erlang and LFE
Adapt Erlang part of `spell1` to newer OTP versions, but keep backwards compatibility (at least a bit).
While trying the LFE example out I couldn't get the generated parser code to be different from the `include/spell1inc.lfe` template. I tracked the problem down to the patterns used in...
Tasks: * [x] Add rebar.config * [x] Ensure the project builds with the supported versions of LFE and Erlang * [x] Ensure Erlang spell1 works as expected/it used to *...