Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

parse switch should use variadic templates #35

Open
oggy22 opened this issue May 16, 2016 · 1 comment
Open

parse switch should use variadic templates #35

oggy22 opened this issue May 16, 2016 · 1 comment

Comments

@oggy22
Copy link
Owner

oggy22 commented May 16, 2016

In language.h, parse method has switch statement for 1, 2 and 3 length rules. This should be re-written using variadic templates.

@oggy22
Copy link
Owner Author

oggy22 commented May 16, 2016

Probably, it needs to:

  • use structs instead of functions
  • use template instead of variadic templates

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant