"[]=" now works as overload. Improved eval resolution. Added $$FUNCPTR

This commit is contained in:
Christoffer Lerno
2022-10-05 22:44:31 +02:00
committed by Christoffer Lerno
parent 05d4ec55f6
commit db06f99445
27 changed files with 1960 additions and 1190 deletions

View File

@@ -1,4 +1,4 @@
module hash;
module std::hash;
import libc;
// Code adapted from Odin's hash.odin