Clean up a little bit of API code. Fix an issue with missing operator. Port random semi complex shader.

This commit is contained in:
2025-08-21 22:22:00 +02:00
parent 01ffe9c73d
commit 45f67e16a8
5 changed files with 197 additions and 20 deletions

View File

@@ -514,6 +514,8 @@ binary :: (parse_state : *Parse_State, left : *AST_Node) -> *AST_Node {
case .TOKEN_PLUS; #through;
case .TOKEN_PLUSEQUALS; #through;
case .TOKEN_MINUSEQUALS; #through;
case .TOKEN_TIMESEQUALS; #through;
case .TOKEN_DIVEQUALS; #through;
case .TOKEN_MINUS; #through;
case .TOKEN_STAR; #through;
case .TOKEN_SLASH; #through;