memrootじしょ
英和翻訳
parsing error
semantic error
logical error
squeak through
grammar error
Third-party logistics (3PL)
boot room
engine room
Battle of Gettysburg
pass by the skin of one's teeth
parsing error
[ˈpɑːrsɪŋ ˈɛrər]
パーシングエラー
1.
構文解析エラー、解析エラー
コンピュータがコードやデータを読み込み、その構造を理解しようとする過程(解析、またはパース)で、定められた規則や文法に合わない部分が見つかった場合に発生するエラーです。多くの場合、コードの記述ミスやデータの形式の誤りに起因します。
The
compiler
reported
a
parsing
error
in
line
25.
(コンパイラが25行目で構文解析エラーを報告しました。)
The compiler
プログラムを機械語に変換するソフトウェアです。
reported
(何かを)報告しました。
a parsing error
文法や形式の誤りによるエラーです。
in line 25
25行目において。
I
fixed
the
parsing
error
by
adding
a
missing
semicolon.
(不足していたセミコロンを追加することで、構文解析エラーを修正しました。)
I fixed
私は修正しました。
the parsing error
その構文解析エラーを。
by adding
追加することによって。
a missing semicolon
欠けていたセミコロンを指します。
If
you
encounter
a
parsing
error,
check
your
XML
file's
structure.
(構文解析エラーに遭遇したら、XMLファイルの構造を確認してください。)
If you encounter
もしあなたが遭遇するならば。
a parsing error
構文解析エラーに。
check
確認してください。
your XML file's structure
あなたのXMLファイルの構造を指します。
A
common
cause
of
parsing
error
is
unmatched
parentheses.
(構文解析エラーのよくある原因は、括弧の不一致です。)
A common cause
よくある原因。
of parsing error
構文解析エラーの。
is unmatched parentheses
閉じられていない括弧を指します。
The
system
displayed
a
parsing
error
and
failed
to
load
the
configuration.
(システムは構文解析エラーを表示し、設定の読み込みに失敗しました。)
The system
そのシステム。
displayed
表示しました。
a parsing error
構文解析エラーを。
and failed
そして失敗しました。
to load the configuration
設定を読み込むことに。
関連
syntax error
compilation error
runtime error
semantic error
debug
compiler
interpreter