Mustafif / MufiZ

Mufi Lang with Ziggyness
GNU General Public License v2.0
1 stars 0 forks source link

Replace scanner.c with libMufiZ_scanner #1

Closed Mustafif closed 8 months ago

Mustafif commented 8 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.