Qucs-S S-parameter Viewer & RF Synthesis Tools
Loading...
Searching...
No Matches
Classes | Variables
parsimonious.grammar Namespace Reference

Classes

class  BootstrappingGrammar
 
class  Grammar
 
class  LazyReference
 
class  RuleVisitor
 
class  TokenGrammar
 
class  TokenRuleVisitor
 

Variables

tuple rule_syntax = ()
 
 rule_grammar = BootstrappingGrammar(rule_syntax)
 

Detailed Description

A convenience which constructs expression trees from an easy-to-read syntax

Use this unless you have a compelling reason not to; it performs some
optimizations that would be tedious to do when constructing an expression tree
by hand.