Forgot to push some parser fixes

This commit is contained in:
2023-10-25 03:33:35 -04:00
parent 041671762b
commit b42b224c0d
4 changed files with 171 additions and 170 deletions

View File

@ -476,7 +476,7 @@ struct CodeParam
CodeParam end()
{
// return { (AST_Param*) rcast( AST*, ast)->Last };
return { nullptr }
return { nullptr };
}
CodeParam& operator++();
CodeParam operator*()