mCRL2
Loading...
Searching...
No Matches
parse.h File Reference

Parse mCRL2 specifications and expressions. More...

Go to the source code of this file.

Classes

class  mcrl2::core::parse_node_exception
 
class  mcrl2::core::parse_node_unexpected_exception
 
struct  mcrl2::core::parser_actions
 
struct  mcrl2::core::parser_actions::visitor< Function >
 
struct  mcrl2::core::parser_actions::collector< Container, Function >
 
struct  mcrl2::core::parser_actions::set_collector< SetContainer, Function >
 
struct  mcrl2::core::default_parser_actions
 

Namespaces

namespace  mcrl2
 A class that takes a linear process specification and checks all tau-summands of that LPS for confluence.
 
namespace  mcrl2::core
 

Functions

template<typename T >
void mcrl2::core::print_aterm (const T &)
 
template<>
void mcrl2::core::print_aterm (const atermpp::aterm &x)
 
identifier_string mcrl2::core::parse_identifier (const std::string &text)
 Parse an identifier.
 
bool mcrl2::core::is_user_identifier (std::string const &s)
 

Variables

D_ParserTables parser_tables_mcrl2
 
D_ParserTables parser_tables_fsm
 
D_ParserTables parser_tables_dot
 

Detailed Description

Parse mCRL2 specifications and expressions.

Definition in file parse.h.

Variable Documentation

◆ parser_tables_dot

D_ParserTables parser_tables_dot
extern

◆ parser_tables_fsm

D_ParserTables parser_tables_fsm
extern

◆ parser_tables_mcrl2

D_ParserTables parser_tables_mcrl2
extern