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

Added new code generator that generates its own parser #311

Merged
merged 1 commit into from Jun 22, 2016

Conversation

@bvssvni
Copy link
Member

commented Jun 22, 2016

Finally! 🎉

An important milestone on the road toward meta and macro keywords, see #182.

This PR adds a new code generator generates its own parser to AST in Dyon.

  • It replaces the old code generator that converted directly from meta data to code
  • Simpler and cleaner code that is easier to debug
Added new code generator that generates its own parser
- Fixed “to_string” => “str” in error message
- Updated meta examples

@bvssvni bvssvni merged commit d3cac9e into PistonDevelopers:master Jun 22, 2016

@bvssvni bvssvni deleted the bvssvni:meta branch Jun 22, 2016

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
1 participant
You can’t perform that action at this time.