cjdrake / pyeda

Python EDA
BSD 2-Clause "Simplified" License
304 stars 55 forks source link

pyeda.parsing.boolexpr.parse invalid docstring #82

Closed cjdrake closed 10 years ago

cjdrake commented 10 years ago

This code parses Boolean expressions, but says it parses DIMACS SAT.

def parse(s):
    """
    Parse an input string in DIMACS SAT format,
    and return an expression abstract syntax tree.
    """