Examples¶
A short tour of real FlipJump programs. Each links to the upstream source in the tomhea/flip-jump repo’s programs/ directory — paste any of them into the IDE to try them in seconds.
At a glance¶
Example |
Lines |
Demonstrates |
|---|---|---|
3 |
minimal output |
|
322 |
algorithm, pointers, decimal I/O |
|
246 |
parser, conditionals, error handling |
|
1031 |
self-printing FlipJump binary (mostly commentary explaining how it works) |
The upstream repo’s programs/ directory has more — multi-file compilation tests, function-call demos, hex arithmetic stress tests. They double as the test corpus that proves a FlipJump release works.