In order of priority, step by step it evaluates and consumes the past tokens until tokens[1] equals to the answer. handles 4 expressions, can add ^, % etc. just by adding them to the tables and its ...
snake_game/ ├── main.lua # Entry point ├── gamestate.lua # Game state manager (menu & playing) ├── snake_game.lua # Core game logic ├── entity.lua # Entity system (Task 1.2) ├── input.lua # Input ...