1 #ifndef PARAMETER_HPP
 2 #define PARAMETER_HPP
 3 #include <sngcm/cmparser/ParserApi.hpp>
 4 #include <sngcm/ast/Parameter.hpp>
 5 #include <sngcm/cmparser/ParsingContext.hpp>
 6 #include <soulng/lexer/Token.hpp>
 7 #include <soulng/parser/Match.hpp>
 8 #include <soulng/parser/Value.hpp>
 9 
10 // this file has been automatically generated from 'C:/work/cmajorm/cmajor/sngcm/cmparser/Parameter.parser' using soulng parser generator spg version 3.10.0
11 
12 class CmajorLexer;
13 
14 struct ParameterParser 
15 {
16     static soulng::parser::Match ParameterList(CmajorLexer& lexerboost::uuids::uuid* moduleIdParsingContext* ctxsngcm::ast::Node* owner);
17     static soulng::parser::Match Parameter(CmajorLexer& lexerboost::uuids::uuid* moduleIdParsingContext* ctx);
18 };
19 
20 #endif // PARAMETER_HPP