Commit
commit 64de5b2dfcfcfcf12ed646909756c050a2ce5670 Author: Jan DankertDate: Sun Jun 26 15:46:54 2022 +0200 Fix: Another, little better, hack for parameterless functions. Shunting yard seems to be unable to handle empty parentheses. modules/dsl/DslAstParser.class.php | 4 ---- modules/dsl/DslLexer.class.php | 11 ++++++++--- modules/dsl/DslToken.class.php | 11 +++++++++++ modules/dsl/ast/DslExpression.class.php | 19 ++++++++++--------- modules/dsl/ast/DslFunction.class.php | 5 ++--- modules/dsl/ast/DslFunctionCall.class.php | 15 +-------------- modules/dsl/ast/DslOperation.class.php | 5 ++--- modules/dsl/ast/DslStatementList.class.php | 6 +++++- 8 files changed, 39 insertions(+), 37 deletions(-)