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

Make the grammar data structure ordered by insertion. #16

Closed
yakout opened this issue May 3, 2018 · 0 comments
Closed

Make the grammar data structure ordered by insertion. #16

yakout opened this issue May 3, 2018 · 0 comments
Assignees
Labels
enhancement New feature or request phase2 Syntax analyzer

Comments

@yakout
Copy link
Owner

yakout commented May 3, 2018

We need to use ordered (by insertion) map instead of unordered_map<cfg_symbol, cfg_production> for unit testing purposes and to maintain consistency between different compilers llvm, g++ .. also to avoid randomization as possible.

@yakout yakout added enhancement New feature or request phase2 Syntax analyzer labels May 3, 2018
@yakout yakout added this to To do in Phase2 - Syntax Analyzer via automation May 3, 2018
@yakout yakout changed the title Make the grammar data structure ordered. Make the grammar data structure ordered by insertion. May 3, 2018
Phase2 - Syntax Analyzer automation moved this from To do to Done Dec 9, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request phase2 Syntax analyzer
Projects
Development

No branches or pull requests

2 participants