stan-dev / stanc3

The Stan transpiler (from Stan to C++ and beyond).
BSD 3-Clause "New" or "Revised" License
140 stars 44 forks source link

Add print and reject to info functions output #1257

Closed WardBrian closed 1 year ago

WardBrian commented 1 year ago

This makes it so print and reject will now be listed as functions in stanc --infos output. The fact that these aren't technically functions but pseudo-compiler-builtins isn't something we really want to subject users to, IMO.

Submission Checklist

Release notes

print and reject will now be listed as functions in stanc --infos output.

Copyright and Licensing

By submitting this pull request, the copyright holder is agreeing to license the submitted work under the BSD 3-clause license (https://opensource.org/licenses/BSD-3-Clause)