The second pass of the compiler is working, needs some adjustment regarding the order...
authorOscar J Rodriguez <jrpc@google.com>
Fri, 5 May 2023 09:13:54 +0000 (02:13 -0700)
committerOscar J Rodriguez <jrpc@google.com>
Fri, 5 May 2023 09:13:54 +0000 (02:13 -0700)
commit05081b20e8fd940323137692ba21ba095bfedd6c
treef8e015fc5e9afe83760cc022b81f8d73ab86bb8a
parentf2939533b515bfcbaf37f4e6fec4799ca63a3585
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
compiler.go