Gecko: A fast GLR parser with automatic syntax error recovery
Gecko is a fast GLR parser generator with automatic syntax error recovery. It uses a novel algorithm that combines GLR parsing with error recovery to handle syntax errors efficiently. The parser is designed for compilers and can parse complex grammars while providing helpful error messages.