zxq5 22241a5633 - implementation of <var> <op> = <expr> type statements such as `x +=
5`
- implementation of logical and shift operations in parser and codegen.
- implementation of sizeof keyword as unary operator

in progress (non functional)
- implementation of prefix and postfix inc/dec operators

- array access by index (implemented, untested as arrays aren't
  implemented yet). essentially just a pointer write with offset.
- struct/member access (parsing implemented, untested.)
2026-02-09 00:10:37 +00:00
2025-06-19 23:30:32 +01:00
2026-02-09 00:04:19 +00:00
2026-02-07 18:21:37 +00:00
2026-02-07 18:20:59 +00:00
2026-01-29 19:33:30 +00:00
2026-02-05 03:12:44 +00:00
2025-06-14 03:09:30 +01:00
S
Description
No description provided
Readme 332 MiB
Languages
Rust 99%
PowerShell 0.6%
Shell 0.3%