Moved type coersion check, functions can be compared

Also updated some tagged comments
This commit is contained in:
2026-04-15 15:04:54 +10:00
parent dde52f9d8a
commit f9790b99ce
15 changed files with 50 additions and 42 deletions

View File

@@ -48,8 +48,6 @@ typedef struct Toy_Bytecode {
unsigned int subsCapacity;
unsigned int subsCount;
//TODO: duplicate string reuse, see #168
//tools for handling the build process
unsigned int currentScopeDepth;
Toy_private_EscapeArray* breakEscapes;