Files
modeling-app/src/lang/std
Adam Chalmers a010743abb KCL: Skip serializing default values for AST nodes (#4193)
This will make our snapshots and JSON representations easier to read (making our tests less verbose).
2024-10-17 16:22:40 -07:00
..
2024-09-26 18:25:05 +10:00
2023-11-01 22:34:54 +00: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.