コンテンツにスキップ

検索結果

一致する結果はありません

英語版ウィキペディアの検索結果を表示しています。

  • Generic programming (Instantiation of templateからのリダイレクト)
    run-time. Using template specialization, C++ Templates are Turing complete. There are many kinds of templates, the most common being function templates and…
    63キロバイト (7,708 語) - 2024年4月28日 (日) 06:48
  • techniques. Expression templates allow users to approximate the syntax of extended Backus–Naur form (EBNF) completely in C++. Parser objects are composed…
    4キロバイト (298 語) - 2024年5月20日 (月) 18:37
  • needed] Some parsing algorithms generate a parse forest or list of parse trees from a string that is syntactically ambiguous. The term is also used in psycholinguistics…
    37キロバイト (4,856 語) - 2024年6月10日 (月) 16:24
  • the templates. The input data can be a class so that input data can be characterized as an model–view–controller (MVC) view. The Mustache template does…
    9キロバイト (731 語) - 2024年5月28日 (火) 15:45
  • A template processor (also known as a template engine or template parser) is software designed to combine templates with data (defined by a data model)…
    10キロバイト (1,078 語) - 2024年2月14日 (水) 07:54
  • In computer programming, variadic templates are templates that take a variable number of arguments. Variadic templates are supported by C++ (since the C++11…
    13キロバイト (1,669 語) - 2023年6月24日 (土) 14:31
  • MediaWiki (MediaWiki templatesからのリダイレクト)
    complexity of the template). Templates have found many different uses. Templates enable users to create complex table layouts that are used consistently across…
    105キロバイト (10,056 語) - 2024年6月6日 (木) 15:06
  • Compiler-compiler (Parser generatorからのリダイレクト)
    called a parser generator. It handles only syntactic analysis. A formal description of a language is usually a grammar used as an input to a parser generator…
    41キロバイト (5,087 語) - 2024年5月31日 (金) 20:43
  • C++11 (Perfect function forwardingからのリダイレクト)
    object the function template ref is used (for a constant reference cref is used). Wrapper references are useful above all for function templates, where references…
    102キロバイト (13,071 語) - 2024年2月28日 (水) 22:06
  • GNU Bison (Bison parser generatorからのリダイレクト)
    C, C++, D and Java. For using the Bison-generated parser from other languages a language binding tool such as SWIG can be used. Because Bison generates…
    22キロバイト (2,306 語) - 2024年5月29日 (水) 20:27
  • Expression templates are a C++ template metaprogramming technique that builds structures representing a computation at compile time, where expressions…
    12キロバイト (1,425 語) - 2024年6月6日 (木) 20:55
  • Earley parsers are appealing because they can parse all context-free languages, unlike LR parsers and LL parsers, which are more typically used in compilers…
    21キロバイト (1,997 語) - 2024年3月22日 (金) 14:32
  • a function's type. In those situations, the compiler is required to interpret the line as a function type specification. The term "most vexing parse" was…
    9キロバイト (919 語) - 2024年6月6日 (木) 15:37
  • Printf (カテゴリ Use dmy dates from January 2021)
    (lexing a.k.a. parsing). Both format strings provide relatively simple functionality compared to other template engines, lexers and parsers. The formatting…
    27キロバイト (2,297 語) - 2024年5月7日 (火) 00:22
  • precedence parser is a bottom-up parser that interprets an operator-precedence grammar. For example, most calculators use operator precedence parsers to convert…
    16キロバイト (1,828 語) - 2024年1月29日 (月) 15:51
  • science, scannerless parsing (also called lexerless parsing) performs tokenization (breaking a stream of characters into words) and parsing (arranging the words…
    4キロバイト (504 語) - 2023年8月26日 (土) 08:14
  • encoded into similar pages by a common script or template. In data mining, a program that detects such templates in a particular information source, extracts…
    31キロバイト (3,917 語) - 2024年5月11日 (土) 23:15
  • represented using ordinary Haskell data types and the manipulations are performed using ordinary Haskell functions. 'Quasi-quote' brackets [| and |] are used to…
    2キロバイト (232 語) - 2023年9月19日 (火) 06:07
  • Getopt is a C library function used to parse command-line options of the Unix/POSIX style. It is a part of the POSIX specification, and is universal to…
    21キロバイト (2,408 語) - 2024年4月22日 (月) 22:05
  • XML (XML parserからのリダイレクト)
    used and accessed as local variables within the functions performing the parsing, or passed down (as function parameters) into lower-level functions,…
    57キロバイト (7,035 語) - 2024年6月6日 (木) 20:49
  • Google Closure Tools (Soy templatesからのリダイレクト)
    of the documentation and classes, sometimes Closure Templates are referred to as "Soy Templates". Closure Stylesheets provided extensions to CSS, which…
    7キロバイト (688 語) - 2024年5月16日 (木) 11:02