Jump to content

Lex/YACC: Difference between revisions

From EDM2
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..."
 
No edit summary
Line 3: Line 3:
====OS/2 text & programmers editors with Yacc BNF file support====
====OS/2 text & programmers editors with Yacc BNF file support====
* [[NEdit]] - XFree86 - Autoindent, autocomplete and syntax highlighting - Open source - Discontinued.
* [[NEdit]] - XFree86 - Autoindent, autocomplete and syntax highlighting - Open source - Discontinued.
[[Category:Tools]][[Category:MS Windows Tools]][[Category:Generic Unix Tools]][[Category:Parser generators]]

Revision as of 02:20, 26 January 2016

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.