Packages

package parser

Ordering
  1. Alphabetic
Visibility
  1. Public
  2. Protected

Type Members

  1. class ExpressionValidator extends AnyRef

Value Members

  1. object FeelParser

    The parser is written following the FEEL grammar definition in the DMN specification.

    The parser is written following the FEEL grammar definition in the DMN specification.

    In order to understand how the parser works, it is recommended to read the documentation first: https://www.lihaoyi.com/fastparse. Additional resources: https://www.lihaoyi.com/post/EasyParsingwithParserCombinators.html, https://www.lihaoyi.com/post/BuildyourownProgrammingLanguagewithScala.html

  2. object FeelWhitespace

    Whitespace syntax for FEEL.

    Whitespace syntax for FEEL.

    This is a copy of fastparse.JavaWhitespace with adjustments for additional space characters that are listed in the DMN 1.5 standard (chapter 10.3.1.2, page 103, grammar rules 61+62).

Ungrouped