Package net.diversionmc.parser.pattern


package net.diversionmc.parser.pattern
  • Interface Summary
    Interface
    Description
    Pattern is a function which consumes Expression Pieces and converts them into a Sentence list.
  • Class Summary
    Class
    Description
    Sentence is a real data structure,which can be directly used by an application and no longer belong to the parser (but Sentence knows where in the file it was defined).
  • Record Class Summary
    Record Class
    Description
    OperationSolver<V extends Pointable,​O extends Pointable>
    When confronted with a pattern of kind <value>[<operator><value>]..., you do not need to completely rewrite a custom pattern, as Parser comes with a tool specifically made for that.
    Represents a result of a sentence parse.