Bruce Yinhe

Results 2 comments of Bruce Yinhe

@tothlac I tried your https://github.com/tothlac/try_katt with a [branch](https://github.com/brucify/katt/blob/use-rebar3-neotoma-plugin/rebar.config#L35-L36) of katt using the `rebar3_neotoma_plugin` plugin: ```erlang {katt, {git, "[email protected]:brucify/katt.git", {branch,"use-rebar3-neotoma-plugin"}}} ``` With katt rebar.config: ```erlang {plugins, [rebar3_neotoma_plugin]}. {provider_hooks, [{pre, [{compile, {neotoma,...

Sorry for a late response. I have a [commit](https://github.com/brucify/katt/commit/ecc4b16506a5b8ca19e85b447cf8cd802d2f26f8) here that does what I mentioned above: * uses rebar3 plugin `rebar3_neotoma_plugin` * removes `priv/compile-parser` * moves `priv/katt_blueprint.peg` to `src/katt_blueprint.peg` I...