Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

The file Parser.java includes two Parser constructors parse(File file) and parse(String form)
for building parsers to parse the boolean expression (in external form) in the specified File or String, respectively. To construct a Parser for the formula in a file {{}} you must invoke

...