You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Right now the class com.diegokrupitza.bolang.vm.utils.Infixes contains all the logic for every infix operation in the VM. This is not really modular and should be reconsidered to be extracted in a way such that further improvements can be done easier.
The text was updated successfully, but these errors were encountered:
Right now the class
com.diegokrupitza.bolang.vm.utils.Infixes
contains all the logic for every infix operation in the VM. This is not really modular and should be reconsidered to be extracted in a way such that further improvements can be done easier.The text was updated successfully, but these errors were encountered: