2020-7-31 · You can find unfortunately abandoned Lazarus Lex and Yacc here. Gold. Gold is a free parsing system that you can use to develop your own programming languages, scripting languages and interpreters. It uses LALR parsing, and a mix of BNF notation, character sets and regular expressions for terminals to define language grammars. Code and grammar ...