Andrea Gentili
Andrea Gentili
Thanks for your reply! But I did't exactly get what you mean :) What do you mean by a "death state"? Maybe: 1. character executes agent's actions and hits a...
Fixed the link, was just missing the starting http://.
I couldn't make rollup work not even with the `4.13.1-patch-1` version; I created the minimal repro here: https://github.com/andreagentili/antlr-issue-4.13.1 Anyway what I get when building using rollup is: ``` $ npm...
Fixed! It's incredible how many issues can be solved when you just try explaining the problem to others. In my case I just needed to configure rollup to use `node-resolve`...