We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3884172 commit e96384cCopy full SHA for e96384c
1 file changed
lib/include/pl/core/evaluator.hpp
@@ -497,9 +497,9 @@ namespace pl::core {
497
std::map<u64, api::Section> m_sections;
498
u64 m_sectionId = 0;
499
500
- std::vector<std::shared_ptr<ptrn::Pattern>> m_patterns;
501
- std::vector<std::unique_ptr<Scope>> m_scopes;
502
std::map<std::string, std::set<ptrn::Pattern*>> m_attributedPatterns;
+ std::vector<std::unique_ptr<Scope>> m_scopes;
+ std::vector<std::shared_ptr<ptrn::Pattern>> m_patterns;
503
504
std::unordered_map <std::string, api::Function> m_customFunctions;
505
std::unordered_map <std::string, api::Function> m_builtinFunctions;
0 commit comments