psyomn / agen

Dumb code generation tool for Ada
Apache License 2.0
1 stars 0 forks source link

GPR's can't have '-' in the name, so the command line argument should be rewritten #2

Closed Entomy closed 5 years ago

Entomy commented 5 years ago

Using your example in the README.md $ gnatgen new project my-project the GPR will be created with project my-project for which my-project is an invalid name literal. As such - should be rewritten into another character, probably _.