awesome-repositories.com
Blog
MCP
awesome-repositories.com

Découvrez les meilleurs dépôts open-source grâce à notre recherche par IA.

ExplorerRecherches sélectionnéesAlternatives open sourceLogiciels auto-hébergésBlogPlan du site
ProjetÀ proposNotre méthodologiePresseServeur MCP
Mentions légalesConfidentialitéConditions d'utilisation
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
Back to jparsec/jparsec

Open-source alternatives to Jparsec

8 open-source projects similar to jparsec/jparsec, ranked by how many features they have in common. Compare stars, activity and what each one does to find the best Jparsec alternative.

  • derive4j/derive4jAvatar de derive4j

    derive4j/derive4j

    577Voir sur GitHub↗

    Java 8 annotation processor and framework for deriving algebraic data types constructors, pattern-matching, folds, optics and typeclasses.

    Javaalgebraalgebraic-data-typesannotation-processor
    Voir sur GitHub↗577
  • fge/grappaAvatar de fge

    fge/grappa

    67Voir sur GitHub↗

    The license of this project is Apache 2.0.

    Java
    Voir sur GitHub↗67
  • google/autoAvatar de google

    google/auto

    10,545Voir sur GitHub↗

    This project is a Java annotation processing framework and source code generator designed to automate repetitive boilerplate and reduce manual coding errors. It functions as a toolkit for building custom annotation processors that produce source code, metadata, and type definitions during the compilation process. The framework specifically automates the creation of immutable value types with built-in equality and hashing logic, as well as the generation of factory implementations for dependency injection. It also handles the automated production of service provider configuration files to enab

    Java
    Voir sur GitHub↗10,545
  • google/compile-testingAvatar de google

    google/compile-testing

    721Voir sur GitHub↗

    Compile Testing

    Java
    Voir sur GitHub↗721
  • google/error-proneAvatar de google

    google/error-prone

    7,182Voir sur GitHub↗

    Error Prone is a static code analyzer and Java compiler extension that identifies common programming mistakes during the build process. It functions as a compiler wrapper that flags potential errors as compile-time failures to prevent bugs from reaching execution. The tool integrates directly into the Java compilation workflow to provide compile-time validation. It allows for the definition of custom linting rules and analysis checks to enforce specific coding standards and detect prohibited API usage. The system utilizes abstract syntax tree analysis and type-aware pattern matching to inspe

    Javajavastatic-analysis
    Voir sur GitHub↗7,182

Recherche par IA

Explorez plus de dépôts awesome

Décrivez vos besoins en langage naturel — l'IA classe des milliers de projets open source sélectionnés par pertinence.

Find more with AI search
  • javaparser/javaparserAvatar de javaparser

    javaparser/javaparser

    6,053Voir sur GitHub↗

    JavaParser is a library that parses Java source code up to version 12 into an Abstract Syntax Tree (AST), enabling programmatic analysis, transformation, and generation of Java code. It serves as a parser, code analyzer, code generator, comment parser, and symbol resolver, providing a unified toolkit for working with Java source at the AST level. The library distinguishes itself through several integrated capabilities that go beyond basic parsing. It includes a symbol resolution engine that resolves type and symbol references across files for accurate semantic analysis, and an error-recovery

    Javaabstract-syntax-treeastcode-analysis
    Voir sur GitHub↗6,053
  • rahulmutt/ghcvmAvatar de rahulmutt

    rahulmutt/ghcvm

    2,633Voir sur GitHub↗

    Eta - Modern Haskell on the JVM

    Haskell
    Voir sur GitHub↗2,633
  • square/javapoetAvatar de square

    square/javapoet

    10,850Voir sur GitHub↗

    JavaPoet is a source code generator and metaprogramming utility for the Java language. It functions as an abstract syntax tree construction library that allows developers to model classes, methods, and fields as objects before emitting them as source code. The library distinguishes itself through automatic import management and code formatting. It tracks referenced types to generate required import statements and handles line wrapping, semicolon placement, and indentation to ensure generated files remain readable. The tool covers a broad range of generation capabilities, including the defini

    Java
    Voir sur GitHub↗10,850