feat(tvix/eval): implement string concatenation

Change-Id: If61066e59232b2bad42b5cb5f0f2d9b9c416be8b
Reviewed-on: https://cl.tvl.fyi/c/depot/+/6137
Tested-by: BuildkiteCI
Reviewed-by: sterni <sternenseemann@systemli.org>
This commit is contained in:
Vincent Ambo 2022-08-10 20:31:35 +03:00 committed by tazjin
parent 322ce36cea
commit fb3d024d75
6 changed files with 23 additions and 1 deletions

View file

@ -0,0 +1 @@
"hello world"

View file

@ -0,0 +1 @@
"hello " + "world"

View file

@ -0,0 +1 @@
"hello world"

View file

@ -0,0 +1 @@
"hello ${"world"}"