From 594809e35b9e768f1a50926cf5e7a9df41ba7d16 Mon Sep 17 00:00:00 2001 From: Laurenz Date: Tue, 17 Aug 2021 22:04:18 +0200 Subject: Library functions behave more imperatively - Templates scope state changes - State-modifying function operate in place instead of returning a template - Internal template representation contains actual owned nodes instead of a pointer to a syntax tree + an expression map - No more wide calls --- tests/ref/code/call.png | Bin 3722 -> 1932 bytes tests/ref/code/ops.png | Bin 1404 -> 1364 bytes 2 files changed, 0 insertions(+), 0 deletions(-) (limited to 'tests/ref/code') diff --git a/tests/ref/code/call.png b/tests/ref/code/call.png index 1839c5d8..a6a7940b 100644 Binary files a/tests/ref/code/call.png and b/tests/ref/code/call.png differ diff --git a/tests/ref/code/ops.png b/tests/ref/code/ops.png index 4421edb4..82e49c8f 100644 Binary files a/tests/ref/code/ops.png and b/tests/ref/code/ops.png differ -- cgit v1.2.3