Evgeny Gryaznov

Results 17 comments of Evgeny Gryaznov

Yes, inlining is not always for free and I agree that we should have an option to patch locations for nullable nonterminals. I'll work on this.

Commented on the pull request https://github.com/inspirer/textmapper/pull/35#issuecomment-557939771

The more up-to-date PR just landed, so we can abandon this one!

The Go version is very far from being complete. I think it will take me two more months to finish porting the lexer generator from Java, and then another two...

Thanks for good words, Robin! A quick update from me: the Go version reached feature parity with its Java counterpart in lexer generation. It produces byte-for-byte identical output for most...

Textmapper is fully rewritten in Go. Run ```go install github.com/inspirer/textmapper/cmd/textmapper@latest``` to install it locally. In most cases the rewrite is a drop-in replacement for the Java version but there are...

I used to have column tracking in parsers written in Java but it turned out we needed it so rarely that I dropped the support for it. Instead, I optionally...