Commit Graph

4 Commits

Author SHA1 Message Date
Janggun Lee
b465dd75f0 Fix examples formatting 2025-04-11 13:20:10 +09:00
Jaewoo Kim
32283f2ed1 Update model solution.
- Stop calculating operands for & operators.
- Evaluate the lhs of compound operators only once.
- Add `side-effect.c` example.
2025-04-07 11:03:18 +00:00
Janggun Lee
7047e17e10 Fix typo 2025-02-25 00:31:25 +09:00
Janggun Lee
72dadc608d Various quality-of-life improvements (ideas from @33577 )
* Very basic `hello_main.c`
* Big starting hint to `write_c`
* Better error messages on failed test
  * TODO: also improve it for asmgen, but not sure how to do it in a good way
2025-02-25 00:28:55 +09:00