Creating Expression Class
Unless you are building an Adapter, you wouldn't be required to create an Expression class.
Example in ES6:
import {Expression} from 'firenze';
export default class CustomExpression extends Expression {
  // ...
}
                    
                    Unless you are building an Adapter, you wouldn't be required to create an Expression class.
Example in ES6:
import {Expression} from 'firenze';
export default class CustomExpression extends Expression {
  // ...
}