Jump to content

Lex/YACC

From EDM2
Revision as of 01:08, 26 January 2016 by Reiknir (talk | contribs) (Created page with "Yacc is a Look-Ahead LR parser generator that takes Backus–Naur Form text files and generates LALR parsers from it. Primarily used as tool for generating front end parsers f...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Yacc is a Look-Ahead LR parser generator that takes Backus–Naur Form text files and generates LALR parsers from it. Primarily used as tool for generating front end parsers for compilers or formal validation for file formats in export filters and so on, so forth.

OS/2 text & programmers editors with Yacc BNF file support

  • NEdit - XFree86 - Autoindent, autocomplete and syntax highlighting - Open source - Discontinued.