summary |
shortlog | log |
commit |
commitdiff |
tree
first ⋅ prev ⋅ next
Oscar J Rodriguez [Sat, 6 May 2023 02:37:29 +0000 (19:37 -0700)]
Clean up of some of the comments or unnecesary debugging things
Oscar J Rodriguez [Sat, 6 May 2023 02:28:30 +0000 (19:28 -0700)]
Completed part 3, need clone
Oscar J Rodriguez [Fri, 5 May 2023 09:13:54 +0000 (02:13 -0700)]
The second pass of the compiler is working, needs some adjustment regarding the ordering of the logic inside of the function, that can be achieved just reorganizing multiple if statements into nested switch cases or something like it
Oscar J Rodriguez [Fri, 5 May 2023 03:35:09 +0000 (20:35 -0700)]
appropiate printing for the printer function in the case of immidiate values
Oscar J Rodriguez [Sat, 18 Mar 2023 09:13:41 +0000 (02:13 -0700)]
First past and printer function are totally ready
Oscar J Rodriguez [Sat, 18 Mar 2023 08:02:12 +0000 (01:02 -0700)]
extract variables function ready and implementing the first pass
Oscar josue Rodriguez Blanco [Tue, 3 Jan 2023 04:23:51 +0000 (04:23 +0000)]
added structs and enums
Oscar josue Rodriguez Blanco [Tue, 3 Jan 2023 03:15:21 +0000 (03:15 +0000)]
README.md modification and hello world go
Oscar josue Rodriguez Blanco [Tue, 3 Jan 2023 02:33:32 +0000 (02:33 +0000)]
first commit