package parser
Ordering
- Alphabetic
Visibility
- Public
- Protected
Type Members
- class ExpressionValidator extends AnyRef
Value Members
- 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
- 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).