mirror of
https://github.com/samsonjs/compiler.git
synced 2026-03-25 08:45:52 +00:00
9 lines
203 B
Ruby
9 lines
203 B
Ruby
# Assembler container module. Sub modules are Text and Binary, which
|
|
# both export the same interface for generating either assembly or
|
|
# machine code for x86.
|
|
#
|
|
# sjs
|
|
# may 2009
|
|
|
|
module Assembler
|
|
end
|