LensPlaysGames opened this issue 2 years ago · 1 comments
The source line in question:
ASSERT(iterator, "Invalid or mishapen AST.");
Looks like the assert macro is off by one in the output message, somehow.
The frontend refactor pr (#24) fixes this as well