alashworth / test-issue-import

0 stars 0 forks source link

replace parser enum with new class enum #140

Open alashworth opened 5 years ago

alashworth commented 5 years ago

Issue by bob-carpenter Monday May 01, 2017 at 19:20 GMT Originally opened as https://github.com/stan-dev/stan/issues/2298


Summary:

We currently hacked an enum for types to allow forward declaration in the AST. Replace with new C++11 class enums.

Current Version:

v2.15.0