翻訳と辞書
Words near each other
・ Syntactic Structures
・ Syntactic sugar
・ Syntactic web
・ Syntagma
・ Syntagma (linguistics)
・ Syntagma Canonum
・ Syntagma metro station
・ Syntagma Metro Station Archaeological Collection
・ Syntagma Musicum
・ Syntagma Square
・ Syntagmatarchis
・ Syntagmatic analysis
・ Syntaracta
・ Syntarsus
・ Syntasoft
SYNTAX
・ Syntax
・ Syntax (band)
・ Syntax (disambiguation)
・ Syntax (journal)
・ Syntax (logic)
・ Syntax (programming languages)
・ Syntax (typeface)
・ Syntax Definition Formalism
・ Syntax diagram
・ Syntax error
・ Syntax guessing
・ Syntax highlighting
・ Syntax tree
・ Syntax-Brillian Corporation


Dictionary Lists
翻訳と辞書 辞書検索 [ 開発暫定版 ]
スポンサード リンク

SYNTAX : ウィキペディア英語版
SYNTAX

In computer science, SYNTAX is a system used to generate lexical and syntactic analyzers (parsers) (both deterministic and non-deterministic) for all kinds of context-free grammars (CFGs) as well as some classes of contextual grammars. It has been developed at INRIA (France) for several decades, mostly by Pierre Boullier, but has become free software since 2007 only. SYNTAX is distributed under the CeCILL license.
==Context-free parsing==
SYNTAX handles most classes of deterministic (unambiguous) grammars (LR, LALR, RLR as well as general context-free grammars. The deterministic version has been used in operational contexts (e.g., Ada〔The first tool-translator for the ADA language has been developed with SYNTAX by Pierre Boullier and others, as recalled in this (page on the history of ADA ). See also Pierre Boullier and Knut Ripken. Building an Ada compiler following meta-compilation methods. In Séminaires Langages et Traducteurs 1978-1981, pages 99-140. INRIA, Rocquencourt, France, 1981.〕), and is currently used both in the domain of compilation.〔E.g., by the (VASY ) team at INRIA, in particular for the development of (CADP ) and (Traian ).〕 The non-deterministic features include an Earley parser generator used for natural language processing.〔E.g., in the SxLFG parser, whose first version is described in (this paper ).〕 Parsers generated by SYNTAX include powerful error recovery mechanisms, and allow the execution of semantic actions and attribute evaluation on the abstract tree or on the shared parse forest.

抄文引用元・出典: フリー百科事典『 ウィキペディア(Wikipedia)
ウィキペディアで「SYNTAX」の詳細全文を読む



スポンサード リンク
翻訳と辞書 : 翻訳のためのインターネットリソース

Copyright(C) kotoba.ne.jp 1997-2016. All Rights Reserved.