Files
modeling-app/src/lang/std
Adam Chalmers fdbfd0c4b6 Fix typos (#972)
* Update twenty-twenty

Due to engine PR #1566

* Fix typos
2023-11-01 22:34:54 +00:00
..
2023-11-01 22:34:54 +00:00
2023-11-01 22:34:54 +00:00
2023-11-01 22:34:54 +00:00
2023-10-16 10:20:05 +00:00
2023-11-01 22:34:54 +00:00
2023-10-05 14:27:48 -07:00

The std is as expected, tools that are provided with the language.

For this language that means functions.

However because programmatically changing the source code is a first class citizen in this lang, there needs to be helpers for adding and modifying these function calls, So it makes sense to group some of these together.