parser.hpp File Reference
#include <list>
#include <string>
#include <boost/spirit/home/x3.hpp>
#include <boost/spirit/home/x3/support/ast/variant.hpp>
#include <nil/crypto3/math/expressions/ast.hpp>
#include <nil/crypto3/math/expressions/parser_def.hpp>
+ Include dependency graph for parser.hpp:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

 nil
 
 nil::crypto3
 
 nil::crypto3::math
 
 nil::crypto3::math::expressions
 
 nil::crypto3::math::expressions::detail
 
 nil::crypto3::math::expressions::detail::parser
 

Typedefs

using nil::crypto3::math::expressions::detail::parser::context_type = x3::phrase_parse_context< x3::ascii::space_type >::type
 
using nil::crypto3::math::expressions::detail::parser::iterator_type = std::string::const_iterator