mirror of
https://github.com/Ed94/Odin.git
synced 2026-08-06 15:48:51 +00:00
Merge pull request #1337 from DanielGavin/parser-fix
Add Matrix_Type as literal type on "core:odin"
This commit is contained in:
@@ -2825,6 +2825,7 @@ is_literal_type :: proc(expr: ^ast.Expr) -> bool {
|
|||||||
ast.Dynamic_Array_Type,
|
ast.Dynamic_Array_Type,
|
||||||
ast.Map_Type,
|
ast.Map_Type,
|
||||||
ast.Bit_Set_Type,
|
ast.Bit_Set_Type,
|
||||||
|
ast.Matrix_Type,
|
||||||
ast.Call_Expr:
|
ast.Call_Expr:
|
||||||
return true
|
return true
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user