mirror of
https://github.com/c3lang/c3c.git
synced 2026-02-27 12:01:16 +00:00
Updated indentation to C3 standard.
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
@@ -102,6 +102,7 @@
|
||||
- `assert` may now take varargs for formatting.
|
||||
|
||||
### Stdlib changes
|
||||
- Socket handling.
|
||||
- `csv` package.
|
||||
- Updated posix/win32 stdlib namespacing
|
||||
- `process` stdlib
|
||||
|
||||
Reference in New Issue
Block a user