chilimatic / interpreter-component
interpreter component for the chilimatic-framework
Installs: 237
Dependents: 3
Suggesters: 0
Security: 0
Stars: 0
Watchers: 2
Forks: 0
Open Issues: 0
pkg:composer/chilimatic/interpreter-component
Requires
- php: >=7
- chilimatic/interfaces-component: 2.*
Requires (Dev)
- phpunit/phpunit: 4.5.*
This package is auto-updated.
Last update: 2025-09-09 15:07:59 UTC
README
interpreter-component
interpreter component of the chilimatic-framework
This component implements logic that was needed for the annotation validation. The purpose is to execute atomic operations which are parsed by the Annotation validator
To map the strings "true", "false", "1", "0" as booleans and to execute Binary Operations. The whole things is in the framework as AnnotationValidator.