memrootじしょ
英和翻訳
syntax analyzer
fixed schedule
fixed plan
sociopathy
syntax analyzer
/ˈsɪntæks ˈænəˌlaɪzər/
シンタックス・アナライザー
1.
構文解析器
プログラミング言語のソースコードが文法規則に沿っているかを検証し、その構造を解析するソフトウェアコンポーネントです。コンパイラやインタプリタの一部として機能し、抽象構文木(AST)などの内部表現を生成します。
A
syntax
analyzer
is
a
crucial
part
of
a
compiler.
(構文解析器はコンパイラの重要な部分です。)
A syntax analyzer
構文解析器を指します。
is
「~である」という存在や状態を表します。
a crucial part
非常に重要な部分を意味します。
of a compiler
コンパイラの一部であることを示します。
The
syntax
analyzer
checks
if
the
code
follows
the
grammatical
rules.
(構文解析器はコードが文法規則に従っているかを確認します。)
The syntax analyzer
その構文解析器を指します。
checks
「確認する」という意味の動詞です。
if the code follows
コードが従っているかどうかを尋ねる表現です。
the grammatical rules
文法的な規則を指します。
An
error
was
detected
by
the
syntax
analyzer
during
compilation.
(コンパイル中に構文解析器によってエラーが検出されました。)
An error
一つのエラーを指します。
was detected
「検出された」という受動態の表現です。
by the syntax analyzer
構文解析器によって行われたことを示します。
during compilation
コンパイルの最中であることを示します。
関連
parser
compiler
lexical analyzer
semantic analyzer
abstract syntax tree
grammatical analysis