psyomn / agen

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

Factored function and procedure comment stub generators out, and updated README.md #13

Open Entomy opened 5 years ago

Entomy commented 5 years ago

I had the comment stub generators for function and procedures inside of the code generators. I factored them out so they're callable separately, and added the hooks for these to the command line parser.

I've updated the README.md to reflect the new syntax (print/p is no longer required, everything else is exactly the same)

Also, I added build instructions for gprbuild to the README.md. I left in the instructions for gnatmake although you may want to remove that one. So #12 should be closable now.