Language:
Free Online Dictionary|3Dict

parser generator

Source : Free On-Line Dictionary of Computing

parser generator
     
        A program which takes a formal description of a {grammar}
        (e.g. in {BNF}) and outputs source code for a parser which will
        recognise valid strings obeying that grammar and perform
        associated actions.  {Unix}'s {yacc} is a well known example.
Sort by alphabet : A B C D E F G H I J K L M N O P Q R S T U V W X Y Z