Awali
Another Weighted Automata library
Data Structures | Namespaces | Functions
js_parser_deprecated.hh File Reference
#include <awali/sttc/misc/raise.hh>
#include <awali/common/json/utils.hh>
#include <awali/common/json/parser.cc>
#include <awali/sttc/misc/add_epsilon_trans.hh>
#include <awali/sttc/core/rat/ratexpset.hh>
#include <awali/sttc/core/rat/ratexp.hh>
#include <awali/sttc/algos/print_exp.hh>
#include <awali/sttc/history/string_history.hh>
#include <stdexcept>
#include <stack>
#include <iostream>
#include <sstream>

Go to the source code of this file.

Data Structures

struct  awali::sttc::deprecated::detail::js_exp_parser< RatExpSet >
 

Namespaces

 awali
 Main namespace of Awali.
 
 awali::sttc
 Namespace for the static layer of Awali.
 
 awali::sttc::deprecated
 
 awali::sttc::deprecated::detail
 

Functions

template<typename Context >
mutable_automaton< Context > awali::sttc::deprecated::js_parse_aut_content (const Context &context, std::istream &i)
 
template<typename RatExpSet >
RatExpSet::ratexp_t awali::sttc::deprecated::js_parse_exp_content (const RatExpSet &rs, std::istream &i)