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