Add number of registers to platform

This commit is contained in:
2020-02-26 19:01:01 +02:00
parent 8df2e4bf08
commit 8832df3221
13 changed files with 63 additions and 33 deletions

View File

@ -1,7 +1,8 @@
module Risc
# A BlockCompiler is much like a MethodCompiler, exept for it's for blocks
# This only changes scoping for variables, lsee slot_type
# This only changes scoping for variables, see slot_type
# (dynamic resolve, as needed when the block is passed, is not implemented)
#
class BlockCompiler < CallableCompiler