log src/vars.s @ 132:917b4893bb3d

age author description
Mon, 24 Jun 2024 23:44:39 -0600 William Astle Checkpoint before redoing a bunch of code for clarity
Wed, 15 May 2024 20:16:56 -0600 William Astle Various updates to parsing scheme to handle errors and make it build
Sun, 31 Dec 2023 17:44:39 -0700 William Astle Initital skeleton of separation of separate parsing scheme
Fri, 29 Dec 2023 01:40:39 -0700 William Astle Make a call stack implementation that is more complete and maybe cleaner.
Mon, 23 Oct 2023 22:46:55 -0600 William Astle Make value accumulator descriptions consistent and make usage consistent
Sun, 15 Oct 2023 22:15:36 -0600 William Astle Implmement BCD floating point and update number parsing and printing
Sat, 07 Oct 2023 02:56:59 -0600 William Astle Checkpoint with very basic integer and floating point arithmetic, untested
Sun, 06 Aug 2023 00:12:29 -0600 William Astle Split some code into separate files for easier management