add: for sample, fix bugs, and make test harness

This commit is contained in:
2026-03-12 22:39:30 -07:00
parent 944326f114
commit 6c4118c489
11 changed files with 311 additions and 22 deletions

11
samples/fib.rpg.golden Normal file
View File

@@ -0,0 +1,11 @@
DSPLY Fibonacci Sequence:
DSPLY 0
DSPLY 1
DSPLY 1
DSPLY 2
DSPLY 3
DSPLY 5
DSPLY 8
DSPLY 13
DSPLY 21
DSPLY 34