summaryrefslogtreecommitdiff
path: root/tests/ref/code
diff options
context:
space:
mode:
authorLaurenz <laurmaedje@gmail.com>2021-08-17 22:04:18 +0200
committerLaurenz <laurmaedje@gmail.com>2021-08-17 22:20:37 +0200
commit594809e35b9e768f1a50926cf5e7a9df41ba7d16 (patch)
tree488f201599a67329d7916b9b3ecb73dd27ad24d7 /tests/ref/code
parentc53d98a22f367a9eecfb45d1b22f1be5c6cf908d (diff)
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
Diffstat (limited to 'tests/ref/code')
-rw-r--r--tests/ref/code/call.pngbin3722 -> 1932 bytes
-rw-r--r--tests/ref/code/ops.pngbin1404 -> 1364 bytes
2 files changed, 0 insertions, 0 deletions
diff --git a/tests/ref/code/call.png b/tests/ref/code/call.png
index 1839c5d8..a6a7940b 100644
--- a/tests/ref/code/call.png
+++ b/tests/ref/code/call.png
Binary files differ
diff --git a/tests/ref/code/ops.png b/tests/ref/code/ops.png
index 4421edb4..82e49c8f 100644
--- a/tests/ref/code/ops.png
+++ b/tests/ref/code/ops.png
Binary files differ