Updated indentation to C3 standard.

This commit is contained in:
Christoffer Lerno
2023-07-26 14:01:24 +02:00
parent a376d8e2bf
commit 499c82b089
83 changed files with 2357 additions and 2356 deletions

View File

@@ -131,7 +131,7 @@ fn void main()
- Value methods
- Associated enum data
- No preprocessor
- Less undefined behaviour and runtime checks in "safe" mode
- Less undefined behaviour and added runtime checks in "safe" mode
- Limited operator overloading to enable userland dynamic arrays
- Optional pre and post conditions

View File

@@ -102,6 +102,7 @@
- `assert` may now take varargs for formatting.
### Stdlib changes
- Socket handling.
- `csv` package.
- Updated posix/win32 stdlib namespacing
- `process` stdlib