Skip to content
Advertisement

Tag: nearley

Two output files share the same path but have different contents

I’ve come across this error when building grammar for a parser, using nearley.js. I have three files: grammar.ne, grammar.js, and parser.js. The full error is below: Here are the contents of each of the files: grammar.ne: grammar.js: Nothing that I have found online has helped at all. This is built in a TypeScript repl, and I have a lexer written

Advertisement