]>
git.mdlowis.com Git - proto/alvm.git/log
summary |
shortlog | log |
commit |
commitdiff |
tree
first ⋅ prev ⋅ next
Michael D. Lowis [Tue, 11 Jul 2023 11:48:15 +0000 (07:48 -0400)]
checked in start of forth implementation
Michael D. Lowis [Fri, 12 Mar 2021 14:26:28 +0000 (09:26 -0500)]
sketched out what tasks will look like in C
Michael D. Lowis [Fri, 5 Mar 2021 21:37:49 +0000 (16:37 -0500)]
reorganized primtives by category
Michael D. Lowis [Fri, 5 Mar 2021 17:05:16 +0000 (12:05 -0500)]
got load and store primitives working for args and locals
Michael D. Lowis [Thu, 4 Mar 2021 21:56:36 +0000 (16:56 -0500)]
tried finishing local and argument storing and fetching. Pretty sure those and/or the return primitive are busted
Michael D. Lowis [Fri, 26 Feb 2021 17:20:58 +0000 (12:20 -0500)]
fixed tabs/spaces
Michael D. Lowis [Fri, 26 Feb 2021 04:06:35 +0000 (23:06 -0500)]
tweaked function entry and exit logic
Michael D. Lowis [Fri, 26 Feb 2021 03:48:18 +0000 (22:48 -0500)]
basic working interpreter with arguments, return values, and local storage implemented