Added levenshtein.c3 to working files. Fixes to reverse indexing. Added min/max functions. Tentatively removed "opaque"

This commit is contained in:
Christoffer Lerno
2022-01-26 17:39:30 +01:00
parent 8eb295bf5b
commit e5bcb74822
21 changed files with 223 additions and 134 deletions

View File

@@ -6,7 +6,7 @@ macro max(a, b)
}
// Horribly bad implementation of BigInt with add/sub.
public struct BigInt @opaque
public struct BigInt
{
byte* number;
uint length;

View File

@@ -6,7 +6,7 @@ macro @max(a, b)
}
// Horribly bad implementation of BigInt with add/sub.
public struct BigInt @opaque
public struct BigInt
{
byte& number;
uint length;