Skip to content
  1. Jan 20, 2015
    • Matthew Dawson's avatar
      Move the general expression parser over to a general interface. · 36df2034
      Matthew Dawson authored
      To allow for any given expression parser to be used in jTET, have both
      existing expression parsers implement an interface, instead of being a bunch
      of static methods.  This also moves all code over to the new interface.
      
      This simplifies ParserOperatorParseTest, as it no longer needs reflection
      to call the parse functions.
      
      This adds some extra special exceptions to report errors from the parsers.
      The existing ones don't make use of them yet, but they can in the future
      when error reporting gets better.
      36df2034
  2. Nov 22, 2014
    • Yanjun Jiang's avatar
      Fix jTET does not support Boolean comparison bug. · 8c3baa22
      Yanjun Jiang authored and Matthew Dawson's avatar Matthew Dawson committed
      jTET does not support Boolean comparison now, no matter it is
      Equals or NotEquals. This is caused by the BooleanType is not
      included in the array list for the Equals and NotEquals cases
      in the getInputTypeForOutput function. We fix this by adding
      the BooleanType in the array list.
      8c3baa22
  3. Nov 12, 2014
  4. Nov 05, 2014
  5. Oct 31, 2014
  6. Oct 29, 2014
  7. Oct 26, 2014
  8. Oct 25, 2014
  9. Oct 24, 2014
  10. Oct 18, 2014
  11. Oct 15, 2014
    • Matthew Dawson's avatar
      Make PartialVariableCollecction attempt to pull enumeration types out. · 25e839da
      Matthew Dawson authored
      When the single argument constructor was used, PartialVariableCollection
      made the assumption that no enumeration types were used, which made the
      unit tests harder to write as they had to explicitly deal with the extraction.
      Since the two argument constructor is an optimization, make the single
      argument constructor attempt to pull out the enumeration types from the given
      variables, making unit tests easier.
      25e839da
  12. Oct 13, 2014
Loading