Closed Mustafif closed 10 months ago
The purpose of this merge is to replace less branched parts of the compiler to zig, so we can slowly make the language more safer. Since scanner doesn't do any memory allocation, we can optimize it with ReleaseFast and not worry of any unsafetyness.
ReleaseFast
The purpose of this merge is to replace less branched parts of the compiler to zig, so we can slowly make the language more safer. Since scanner doesn't do any memory allocation, we can optimize it with
ReleaseFast
and not worry of any unsafetyness.