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

Add support for GPRBuild's GPR files syntax #183

Closed
wants to merge 1 commit into from

Conversation

leogermond
Copy link
Contributor

@leogermond leogermond commented Dec 20, 2023

GPRbuild is an advanced build system designed to help automate the construction of multi-language systems. This PR adds support for the GPR configuration file syntax that is used by the tool. The syntax is loosely based on Ada, with very similar syntax, but completely different semantics (obviously, since it has completely different goals as a language)

Project at https://github.com/AdaCore/gprbuild
User Guide at https://docs.adacore.com/gprbuild-docs/html/gprbuild_ug/gnat_project_manager.html#introduction

@leogermond
Copy link
Contributor Author

I had forgotten a nit element in the syntax, it now runs succesfuly on my own machine

@jgm
Copy link
Owner

jgm commented Jan 16, 2024

Why don't you submit this upstream to KDE. We like to use the official syntax definitions and not diverge.

@leogermond
Copy link
Contributor Author

Will do, thanks!

@leogermond leogermond closed this Jan 22, 2024
@jgm
Copy link
Owner

jgm commented Jan 22, 2024

When they accept it let us know and we can bring it in.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants