Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

cmake: rewrite grammar generation #2540

Merged
merged 1 commit into from
Dec 4, 2023
Merged

Commits on Dec 4, 2023

  1. cmake: rewrite grammar generation

    The script to generate our grammar files is now written in CMake's
    scripting language, and as such is cross-platform. Additionally, the
    script is run as part of the build. We commit a copy of the Cypher.g4
    file so that Java is not a build dependency of Kuzu: specifically, if
    the grammar has not changed, the generation command will do nothing.
    
    Additionally, a sanity check that the generated files are up to date has
    been added to CI.
    Riolku committed Dec 4, 2023
    Configuration menu
    Copy the full SHA
    491b772 View commit details
    Browse the repository at this point in the history