Added
- Slices now store have capacity (again)
- Added multiple type cases for
match in
- Named
for
andmatch
statements (#label
) ++
--
statements return
Changes
fmt.odin
uses^[]byte
and[]byte
rather than custom buffer type...
and..<
removed and replace with..
..
is used for slice parameters and infor in
statements which is equivalent to the old..<
append
allows pointersnew_slice
allows for capacity
Bug Fixes
- Signed integer conversion
fmt.odin
fix printing enums- Fix tuple type info bug