Rob Greene
|
8c303a4f98
|
Adding experimental Nibble Checkit code validation.
|
2025-11-09 13:42:57 -06:00 |
|
Rob Greene
|
9da332fd68
|
Adding shorten-numbers optimization. (0.6 is output as just .6 since leading 0 is not needed.)
|
2025-11-07 17:24:37 -06:00 |
|
Rob Greene
|
228149ff06
|
Fixing copy/paste again.
|
2025-11-07 17:23:57 -06:00 |
|
Rob Greene
|
dff6ad7a3b
|
Realized copy/paste and then editing code actually crashed basic. It appears that 67,68 and AF,B0 need to be set (start and end of applesoft program). Also adjusted end + 1 since that's what Applesoft calculated when working through this.
|
2025-11-07 14:40:27 -06:00 |
|
Rob Greene
|
1d758a9b83
|
Adding number preservation tests which revealed classic tokenizer was not generating the correct tokens for '&', '+', '-', '*', '/', '^', '<', '=', and '>'.
|
2025-11-07 13:13:51 -06:00 |
|
Rob Greene
|
02b07eafc5
|
Repackaged.
|
2025-10-21 15:26:49 -05:00 |
|
Rob Greene
|
f1866703c2
|
Adding license header.
|
2025-10-20 16:30:52 -07:00 |
|
Rob Greene
|
46befa1792
|
Updating project to run CLTH tests during nativeCompile as well.
|
2025-10-19 13:23:26 -07:00 |
|
Rob Greene
|
603c5e658e
|
Adding some 'st' command line tests. Had to restructure how System.exit is called due to the Java agent throwing an execution for tracking.
|
2025-10-19 12:49:57 -07:00 |
|
Rob Greene
|
cc2cb5b747
|
Adding some 'bt' command line tests. Had to restructure how System.exit is called due to the Java agent throwing an execution for tracking.
|
2025-10-19 10:34:30 -07:00 |
|