Skip to content

Conversation

@seanng-1
Copy link
Contributor

@seanng-1 seanng-1 commented Apr 7, 2024

Helps address #766 but just supports string concatenation resulting in a string.

Adds support for string concatenation via a new operator, similar to how it is done in Lua:

e.g.

value := 10
message := "The value is " .. value

would result in The value is 10

Haven't gone much further than testing for my own use case. I can make some other changes if required so please let me know :)

@facontidavide
Copy link
Collaborator

looks good to me.

But can you please use pre-commit to fix the formatting?

@facontidavide
Copy link
Collaborator

Also, I can see Pixi windows failing. Can you check that out, please?

@seanng-1
Copy link
Contributor Author

CI should be passing now :)

@facontidavide facontidavide merged commit 0deb546 into BehaviorTree:master Apr 24, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

2 participants