yacc

  • 101Meta-Compiler —   (Compiler Compiler), eine Sammlung von Programmen, die Übersetzer für Programmiersprachen automatisch erstellen, kurz ein Compiler, der andere Compiler erzeugt. Ein Beispiel für einen Meta Compiler ist das Unix Programm yacc (»yet another… …

    Universal-Lexikon

  • 102YAY — abbr. Yet Another YACC (YACC=Yet Another Compiler Compiler) …

    Dictionary of abbreviations

  • 103YAY — abbr. Yet Another YACC (YACC, Bull) …

    United dictionary of abbreviations and acronyms

  • 104B (programming language) — infobox programming language name = B caption = file ext = paradigm = year = 1969 designer = Ken Thompson developer = Ken Thompson, Dennis Ritchie latest release version = latest release date = latest test version = latest test date = turing… …

    Wikipedia

  • 105Compiler — This article is about the computing term. For the anime, see Compiler (anime). A diagram of the operation of a typical multi language, multi target compiler A compiler is a computer program (or set of programs) that transforms source code written …

    Wikipedia

  • 106Cygwin — Running Cygwin, including Cygwin/X, under Windows XP …

    Wikipedia

  • 107Functional programming — In computer science, functional programming is a programming paradigm that treats computation as the evaluation of mathematical functions and avoids state and mutable data. It emphasizes the application of functions, in contrast with the… …

    Wikipedia

  • 108Formal language — A formal language is a set of words , i.e. finite strings of letters , or symbols . The inventory from which these letters are taken is called the alphabet over which the language is defined. A formal language is often defined by means of a… …

    Wikipedia

  • 109List of programmers — This list is incomplete; you can help by expanding it. This is a list of programmers notable for their contributions to software, either as original author or architect, or for later additions. Contents: A B C D E F G H I J K L M N …

    Wikipedia

  • 110LALR parser — In computer science, a lookahead LR parser or LALR parser is a specialized form of LR parser that can deal with more context free grammars than Simple LR (SLR) parsers. It is a very popular type of parser because it gives a good trade off between …

    Wikipedia