renaming mom builtin to macro

This commit is contained in:
2019-09-11 20:17:43 +03:00
parent 5ea91df4c1
commit 616dd3487c
55 changed files with 49 additions and 47 deletions

View File

@ -2,7 +2,7 @@ require_relative "../helper"
# TODO move these to interpreter dir
module Risc
module Builtin
module Macro
class IntCmp < Minitest::Test
include Ticker
def setup

View File

@ -1,7 +1,7 @@
require_relative "../helper"
module Risc
module Builtin
module Macro
class IntMath < Minitest::Test
include Ticker
def setup