字句解析 英語 意味 - 英語訳 - 日本語の例文

名詞
lexical analysis
字句解析
lexer
字句解析
レクサー
LEXERは

日本語 での 字句解析 の使用例とその 英語 への翻訳

{-}
  • Colloquial category close
  • Ecclesiastic category close
  • Computer category close
  • Programming category close
Pythonソースコードの字句解析器。
Lexical scanner for Python source code.
これにより字句解析でキーワードの一覧表をいちいち参照する必要がなくなり,Lisp式の読み取り処理が簡素になる。
It is not necessary to look up any keyword table in the lexical analysis; this makes the operation to read Lisp expressions simple.
次に字句解析クラスのソースごとに<FlexLexer.h>をインクルードします。以下のようにyyFlexLexerをリネームします。
You then can include<FlexLexer. h>in your other sources once per lexer class, first renaming yyFlexLexer as follows.
字句解析バッファは、生成されたスキャナの関数に引数として渡されます。
A lexer buffer is the argument passed to the scanning functions defined by the generated scanners.
字句解析バッファはスキャナの現在の状態と、入力を読んでバッファを埋め直す関数を持っています。
The lexer buffer holds the current state of the scanner, plus a function to refill the buffer from the input.
Combinations with other parts of speech
名詞での使用
字句解析などのタスクでは、通常正確な位置での検索が多く行われます。
In such tasks like lexical analysis, there are usually many searches at an exact position.
AlexはHaskellで字句解析器を生成するツールで、トークン群の記述を正規表現の形式で認識します。
Alex is a tool for generating lexical analysers in Haskell, given a description of the tokens to be recognised in the form of regular expressions.
ほとんどのプログラミング言語の最初のステップは、字句解析またはトークン化です。
The first step in most programming languages is lexing, or tokenizing.
次節("字句解析")におけるBNFはすべて字句定義のためのものです;それ以降の章では、構文定義のために使っています。
All uses of BNF in the next chapter("Lexical Analysis") are lexical definitions; uses in subsequent chapters are syntactic definitions.
複数の(異なった)字句解析クラスを生成したい場合、-Pフラグ(もしくはprefix=オプション)を使用して各 yyFlexLexerをxxFlexLexer等の別の名前にします。
If you want to create multiple(different) lexer classes, you use the-P flag(or the prefix= option) to rename each yyFlexLexer to some other xxFlexLexer.
字句解析プログラムを作り文字列を分割する際に上のトークン定義をすべて使いたいと示しています次に分割する文字列を指定します。
This function call tells our lexical analysis library that we want to use all of the token definitions above to make a lexical analyzer, and break up strings.
字句解析と正規表現に関する質問ですこの講義では行わない一般的な文字列処理に関連します質問の趣旨は実際の社会ではどういうことに使われるのか。
There was a very interesting andwide-reaching question on the forums about the uses of lexical analysis and regular expressions and this general sort of string processing outside of what we're doing in this class.
字句と構文規則の定義の間で使われている表記はほとんど同じですが、その意味には大きな違いがあります:字句定義は入力ソース中の個々の文字を取り扱いますが、構文定義は字句解析で生成された一連のトークンを取り扱います。
Even though the notation used is almost the same, there is a big difference between the meaning of lexical and syntactic definitions: a lexical definition operates on the individual characters of the input source,while a syntax definition operates on the stream of tokens generated by the lexical analysis.
JFlexは、Java用の字句解析器ジェネレータです。Javaで記述されています。
JFlex is a lexical analyzer generator(also known as scanner generator) for Java, written in Java.
SSAXは関数的なXMLパージングフレームワークで、DOM/SXMLパーザ、SAXパーザ、字句解析・構文解析手続きのサポートライブラリから構成されます。
This is a quote from SSAX webpage: A SSAX functional XML parsing framework consists of a DOM/SXML parser, a SAX parser,and a supporting library of lexing and parsing procedures.
これは、メッセージの字句解析を行うツールを使用する実装者にとって有用であるという理由で提供されているだけである。
It is provided only because itis useful for implementers who use tools that lexically analyze messages.
正規表現の一般的なタスクの1つは“字句解析”です:テキスト、例えばプログラミング言語があり、その構造要素を分析します。
One of common tasks for regexps is“lexical analysis”: we get a text, e.g. in a programming language, and analyze it for structural elements.
この標準の中でspecialsトークンは使用されていないが、メッセージを字句解析するツールを使用する実装者にとっては有用なものである。
Though the specials token does not appear anywhere else in this standard,it is useful for implementers who use tools that lexically analyze messages.
電話番号やクレジットカード番号といった類いのものは正規表現を使用して認証され、処理されます本質的には字句解析が使用されているのです。
But things like phone numbers and credit card numbers are recognized and processed using regular expressions-- essentially using lexical analysis.
ユーザーはアカウントを作成しその後いくつかの目標または希望をリストアップすることでこれらの目標は字句解析により解剖され、類似の語句やアイディアで構成される他人の目標とつながる。
Users create accounts and then list a number of goals or hopes;these goals are parsed by a lexer and connected to other people's goals that are constructed with similar words or ideas.
字句解析プログラムを作りますWebページやJavaScriptを読み込むプログラムで英語の文を単語に分割するのと同様に文字列を単語に分割しますこれはとても重要なツールになるでしょう。
In this unit, we're going to putthose concepts together to make a lexical analyzer--a program that reads ina web page or a bit of JavaScript and breaks it down into words, just like I might break and English sentence down into words.
字句解析プログラムには独自のツールやアルゴリズムがある特別な領域なため、ここでは深くは見ていきませんが共通のタスクがあります:特定の位置で何かを読み込むことです。
Writing lexical analyzers is a special area, with its own tools and algorithms, so we don't go deep in there, but there's a common task: to read something at the given position.
結果: 22, 時間: 0.0311

文で「字句解析」を使用する方法

関連する雑談として、プログラム言語の構文木の説明を行い、 (1) 字句解析 , (2) 構文解析 を組み合わせて作るけど、 字句解析支援ソフト(lex)や構文解析支援ソフト(yacc)などの紹介も行う。
評価器だけで良ければ基本的には定義をそのままプログラムに落としこんでいくだけだが、「ファイル I/O -> 字句解析 -> 構文解析 -> 評価 -> 表示」を行う機能が無いとインタプリタとして使用できない
字句解析 • 構文解析ではまずソース コード(文字の列)を トークン(単語)の列 に分割する • コメントや空白はこの 段階で消してしまう
(ことが多い。

単語ごとの翻訳

トップ辞書のクエリ

日本語 - 英語