mirror of
https://github.com/irmen/prog8.git
synced 2026-04-20 11:17:01 +00:00
fixing ptr traversal typecheck issues
This commit is contained in:
@@ -90,6 +90,7 @@ internal class ExpressionGen(private val codeGen: IRCodeGen) {
|
||||
is PtFunctionCall -> translate(expr)
|
||||
is PtContainmentCheck -> translate(expr)
|
||||
is PtPointerDeref -> translate(expr)
|
||||
is PtPointerExprDereference -> TODO("deref")
|
||||
is PtRange,
|
||||
is PtArray,
|
||||
is PtString -> throw AssemblyError("range/arrayliteral/string should no longer occur as expression")
|
||||
|
||||
Reference in New Issue
Block a user