awesome-repositories.com
Blog
awesome-repositories.com

Descoperă cele mai bune repository-uri open source cu căutare AI.

ExploreazăCăutări recomandateAlternative open-sourceSoftware self-hostedBlogHartă site
ProiectDespreCum realizăm clasamentulPresăServer MCP
LegalConfidențialitateTermeni
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

1 repository

Awesome GitHub RepositoriesLexer Class Integration

Integration of lexical analyzers into object-oriented software architectures.

Distinct from Object-Oriented Frameworks: Distinct from Object-Oriented Frameworks: focuses specifically on the integration of the scanner as a class rather than a general framework.

Explore 1 awesome GitHub repository matching software engineering & architecture · Lexer Class Integration. Refine with filters or upvote what's useful.

Awesome Lexer Class Integration GitHub Repositories

Găsește cele mai bune repo-uri cu AI.Vom căuta cele mai potrivite repository-uri folosind AI.
  • westes/flexAvatar westes

    westes/flex

    4,028Vezi pe GitHub↗

    Flex is a scanner generator and lexical analyzer generator that transforms regular expression definitions into software capable of converting input text into tokens. It primarily generates C and C++ source code for use in the development of compilers and interpreters. The tool provides a specific generator for producing object-oriented scanner implementations as classes, allowing lexical analysis tools to integrate directly into C++ software projects. It also includes a cross-compilation toolchain to build scanner implementations for target platforms different from the host machine. The proj

    Generates lexical analysis tools as classes to integrate seamlessly into object-oriented C++ projects.

    Ccflexlexer
    Vezi pe GitHub↗4,028
  1. Home
  2. Software Engineering & Architecture
  3. Object-Oriented Frameworks
  4. Lexer Class Integration