Commit Graph
15 Commits
Author SHA1 Message Date
Stone_Red 38e8ac9b13 Fix warnings 2026-03-05 23:02:36 +01:00
Stone_Red 789f56ba95 Code cleanup 2026-03-05 22:55:11 +01:00
Stone_Red 276ae421e8 Refactor code flow statements by extracting function call and exit handling methods 2026-03-05 22:45:03 +01:00
Stone_Red 13ef994d8b Performance improvements and code cleanup 2026-03-05 22:39:05 +01:00
Stone_Red 10d5766873 Centralize exit messages in ExitMessages class 2026-03-04 20:32:25 +01:00
Stone_Red 317bca84d3 Enforce label and function statements to end with ':' and update syntax checks 2026-03-04 14:33:47 +01:00
Stone_Red 299558df70 Add support for block-style if/else and while loop statements with tests 2026-03-04 14:28:04 +01:00
Stone_Red 9d43f1373f Make syntax more readable 2026-03-04 14:04:00 +01:00
Stone_Red 7e357884f5 get and out statements can now be placed anywhere and function arguments are now always in correct order 2024-08-07 21:20:00 +02:00
Stone_Red 7078ed5637 Upgrade to .NET 8 and code cleanup 2024-08-07 19:48:03 +02:00
Stone_Red 29bbcebf74 Change code flow and variable statements
- Labels (`lbl`) in functions are now local
- Fix code smell problems
2022-03-31 12:56:35 +02:00
Stone_Red 83f99d4dd5 Code structure improvements 2022-03-10 12:43:22 +01:00
Stone_Red 0fc0a1fe46 - Add custom exceptions 2022-01-13 15:01:41 +01:00
Stone_Red 895eb51c8d - Add function in and out parameters 2022-01-11 19:08:15 +01:00
Stone-Red-Code 2a7e8074ba - Add functions
- Code improvements
2021-11-19 20:49:55 +01:00