Graphical Library Object Parser - перевод на русский
Diclib.com
Словарь ChatGPT
Введите слово или словосочетание на любом языке 👆
Язык:

Перевод и анализ слов искусственным интеллектом ChatGPT

На этой странице Вы можете получить подробный анализ слова или словосочетания, произведенный с помощью лучшей на сегодняшний день технологии искусственного интеллекта:

  • как употребляется слово
  • частота употребления
  • используется оно чаще в устной или письменной речи
  • варианты перевода слова
  • примеры употребления (несколько фраз с переводом)
  • этимология

Graphical Library Object Parser - перевод на русский

SIMPLE PARSER GENERATOR THAT GENERATES LALR(1) PARSERS IN C
Lemon Parser; Lemon Parser Generator

Graphical Library Object Parser      
см. GLOP
library routine         
  • A woman working next to a filing cabinet containing the subroutine library on reels of punched tape for the EDSAC computer.
COLLECTION OF NON-VOLATILE RESOURCES USED BY COMPUTER PROGRAMS, OFTEN FOR SOFTWARE DEVELOPMENT
Library linking; Shared library; Library Linking (Computer Science); Code library; Software library; Software libraries; Library (software); Programming library; Library routine; Shared object; Shared libraries; Subroutine library; Program library; Program libraries; Native library; Shared Library; System library; Class library; Application program library; Computer library; Function library; Library (computer science); Object library; Software libary; Programmer libraries; Software Library; Code generation library; Code generation libraries; Shared library form; Code package; Programming libraries; Reusable library; Stub in Linux; Software dependency; Library function; .dylib; Shared lib; Smart linking; Smart linker

общая лексика

библиотечная программа

library routine         
  • A woman working next to a filing cabinet containing the subroutine library on reels of punched tape for the EDSAC computer.
COLLECTION OF NON-VOLATILE RESOURCES USED BY COMPUTER PROGRAMS, OFTEN FOR SOFTWARE DEVELOPMENT
Library linking; Shared library; Library Linking (Computer Science); Code library; Software library; Software libraries; Library (software); Programming library; Library routine; Shared object; Shared libraries; Subroutine library; Program library; Program libraries; Native library; Shared Library; System library; Class library; Application program library; Computer library; Function library; Library (computer science); Object library; Software libary; Programmer libraries; Software Library; Code generation library; Code generation libraries; Shared library form; Code package; Programming libraries; Reusable library; Stub in Linux; Software dependency; Library function; .dylib; Shared lib; Smart linking; Smart linker
библиотечная программа

Определение

LR
см. Лепроматозная реакция.

Википедия

Lemon (parser generator)

Lemon is a parser generator, maintained as part of the SQLite project, that generates a look-ahead LR parser (LALR parser) in the programming language C from an input context-free grammar. The generator is quite simple, implemented in one C source file with another file used as a template for output. Lexical analysis is performed externally.

Lemon is similar to the programs Bison and Yacc, but is incompatible with both. The grammar input format is different, to help prevent common coding errors. Other distinctive features include a reentrant, thread-safe output parser, and the concept of non-terminal destructors that try to make it easier to avoid memory leaks.

SQLite uses Lemon with a hand-coded tokenizer to parse SQL strings.

Lemon, together with re2c and a re2c wrapper named Perplex, are used in BRL-CAD as platform-agnostic and easily compilable alternatives to Flex and Bison. This combination is also used with STEPcode.

OpenFOAM expression evaluation uses a combination of ragel and a version of lemon that has been minimally modified to ease C++ integration without affecting C integration. The parser grammars are augmented with m4 macros.

Как переводится Graphical Library Object Parser на Русский язык