You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
parser.hpp is entirely static free functions in a header. This is a ~350-line header that's essentially an implementation file. It works, but it means recompilation of anything that includes it when any parsing logic changes, and it's a bit unusual.
parser.hppis entirely static free functions in a header. This is a ~350-line header that's essentially an implementation file. It works, but it means recompilation of anything that includes it when any parsing logic changes, and it's a bit unusual.