commit | 89728d8757bd8a0d4667a7057e801db4adc2b19e | [log] [tgz] |
---|---|---|
author | Václav Kubernát <kubervac@fit.cvut.cz> | Thu Sep 13 16:28:28 2018 +0200 |
committer | Václav Kubernát <kubervac@fit.cvut.cz> | Fri Sep 14 17:16:09 2018 +0200 |
tree | 40d8ac28d59a46160b45a7cdc54a6bd4c0c8f90f | |
parent | e7d4aeac264fabf4593893ec05d06a0dff641e03 [diff] [blame] |
Change syntax for multi-key list indexing List instances are now dereferenced by listing each key-value in separate brackets. Value can be enclosed either in single quotes or in double quotes. Change-Id: Iad72b1002d4655249ecd7bfc7109814b45c7b16b
diff --git a/src/ast_handlers.hpp b/src/ast_handlers.hpp index 686ae30..580ea86 100644 --- a/src/ast_handlers.hpp +++ b/src/ast_handlers.hpp
@@ -53,6 +53,8 @@ } }; +struct key_identifier_class; + struct module_identifier_class; struct listPrefix_class {