lexical analysis wikipedia - EAS

166,000 kết quả
  1. Xem thêm
    Xem tất cả trên Wikipedia

    Lexical analysis - Wikipedia

    https://en.wikipedia.org/wiki/Lexical_analysis

    In computer science, lexical analysis, lexing or tokenization is the process of converting a sequence of characters (such as in a computer program or web page) into a sequence of tokens (strings with an assigned and thus identified meaning). A program that performs lexical analysis may be

     ...

    Xem thêm

    A lexer forms the first phase of a compiler frontend in modern processing. Analysis generally occurs in one pass.
    In older languages such as ALGOL, the initial stage was instead line reconstruction, which performed

     ...

    Xem thêm

    A lexeme is a sequence of characters in the source program that matches the pattern for a token and is identified by the lexical analyzer as an

     ...

    Xem thêm

    A lexical token or simply token is a stringwith an assigned and thus identified meaning. It is structured as a pair consisting of a token

     ...

    Xem thêm

    The specification of a programming language often includes a set of rules, the lexical grammar, which defines the lexical syntax. The lexical syntax

     ...

    Xem thêm

    Tokenization is the process of demarcating and possibly classifying sections of a string of input characters. The resulting tokens are

     ...

    Xem thêm

    Lexers are often generated by a lexer generator, analogous to parser generators, and such tools often come together. The most established is lex, paired with the yacc parser generator, or rather some of their many reimplementations, like flex (often paired with

     ...

    Xem thêm

    Lexical analysis mainly segments the input stream of characters into tokens, simply grouping the characters into pieces and categorizing them. However, the lexing may be significantly more complex; most simply, lexers may omit tokens or insert added tokens. Omitting

     ...

    Xem thêm
    Văn bản Wikipedia theo giấy phép CC-BY-SA
    Mục này có hữu ích không?Cảm ơn! Cung cấp thêm phản hồi
  2. Phân tích từ vựng – Wikipedia tiếng Việt

    https://vi.wikipedia.org/wiki/Phân_tích_từ_vựng

    Trong ngành khoa học máy tính, phân tích từ vựng (Tiếng Anh: Lexical analysis, còn được gọi là scanning hoặc lexing) là một quá trình chuyển đổi chuỗi ký tự nguồn thành một chuỗi liên tiếp các đoạn ký tự ngắn hơn đã được phân loại, gọi là dấu hiệu. Chương trình dùng để phân tích từ vựng được gọi là bộ phân tích từ vựng (tiếng Anh là lexer).

    Wikipedia · Nội dung trong CC-BY-SA giấy phép
  3. lexical analysis - Wiktionary

    https://en.wiktionary.org/wiki/lexical_analysis

    lexical analysis (countable and uncountable, plural lexical analyses) (computer science) The conversion of a stream of characters to a stream of meaningful tokens; normally to simplify parsing. While it's often not difficult to identify tokens while parsing, having a separate stage for lexical analysis simplifies the structure of your compiler.

  4. Lexical - Wikipedia

    https://en.wikipedia.org/wiki/Lexical

    Lexical item, a basic unit of lexicographical classification. Lexicon, the vocabulary of a person, language, or branch of knowledge. Lexical (semiotics) or content word, words referring to things, as opposed to having only grammatical meaning. Lexical verb, a member of an open class of verbs that includes all verbs except auxiliary verbs.

    • Thời gian đọc ước tính: 50 giây
    • Analyse lexicale — Wikipédia

      https://fr.wikipedia.org/wiki/Analyse_lexicale
      • Un lexème est une suite de caractères dans un programme source qui correspond au motif d'un symbole lexical et qui est analysé par l'analyseur lexical comme une instance de ce symbole lexical[2]. Certains auteurs utilisent le terme « token » pour représenter à la fois la chaîne de caractère en cours de traitement par l'analyseur lexical et la structure de donnée produite en sor…
      Xem thêm trên fr.wikipedia.org
      • Thời gian đọc ước tính: 10 phút
      • Lexicale analyse - Wikipedia

        https://nl.wikipedia.org/wiki/Lexicale_analyse
        • Lexers worden vooral gebruikt in compilers en interpreters. Daar vormen ze de eerste fase in het lezen en interpreteren van een programma. Nadat een bronprogramma (dat bestaat uit een reeks karakters, meestal in een file) is omgezet in een reeks symbolen, worden deze symbolen verder verwerkt door een parser. Ook buiten het gebruik in compilers en interpreters worden lexers vaa…
        Xem thêm trên nl.wikipedia.org
        • Thời gian đọc ước tính: 6 phút
        • Análise léxica – Wikipédia, a enciclopédia livre

          https://pt.wikipedia.org/wiki/Análise_léxica
          • A primeira etapa lê a entrada de caracteres, um de cada vez, mudando o estado em que os caracteres se encontram. Quando o analisador encontra um caractere que ele não identifica como correto, ele o chama de "estado morto" então, ele volta à última análise que foi aceita e assim tem o tipo e comprimento do léxico válido. Um léxico, entretanto, é uma única lista de car
          Xem thêm trên pt.wikipedia.org
          • Thời gian đọc ước tính: 3 phút
          • lexical analyzer - Wiktionary

            https://en.wiktionary.org/wiki/lexical_analyzer

            Noun. lexical analyzer ( plural lexical analyzers ) ( computing) A computer program that performs lexical analysis.

          • 字句解析 - Wikipedia

            https://ja.wikipedia.org/wiki/字句解析
            • まずトークンの必要性について説明する。たとえばソースコード中の「let x := 100」という記述において「let」というキーワードや「100」という数字列は、それでひとつの意味を持つカタマリであり、それ以上細かく意味を持たない。このようなカタマリのことを「トークン」という。また let と xの間にある空白など一般に空白類は、意味があるとしても、それがないと繋がっ …
            Xem thêm trên ja.wikipedia.org
            • Thời gian đọc ước tính: 4 phút
            • What is the Difference Between Lexical Analysis and Syntax ...

              https://pediaa.com/what-is-the-difference-between...

              31/07/2019 · The main difference between lexical analysis and syntax analysis is that lexical analysis reads the source code one character at a time and converts it into meaningful lexemes (tokens) whereas syntax analysis takes those tokens and produce a parse tree as an output.. A computer program is a set of instructions that directs the computer to perform the tasks …

              • Thời gian đọc ước tính: 4 phút


              Results by Google, Bing, Duck, Youtube, HotaVN