LensPlaysGames/LensorCompilerCollection

ASSERT macro issue?

LensPlaysGames opened this issue · 1 comments

image

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