Sha256: 7c35bfbe996b51665cb63973da078fee751425fd966f07850b7095ca61daf00f
Contents?: true
Size: 262 Bytes
Versions: 6
Compression:
Stored size: 262 Bytes
Contents
#!/usr/bin/env fancy # A Fancy to rbx bytecode compiler. require: "compiler/compiler" require: "compiler/stages" require: "compiler/ast" require: "parser" if: (__FILE__ == (ARGV[0])) then: { require: "compiler/command" Fancy Compiler Command run: ARGV }
Version data entries
6 entries across 6 versions & 1 rubygems
Version | Path |
---|---|
fancy-0.5.0 | lib/compiler.fy |
fancy-0.4.0 | lib/compiler.fy |
fancy-0.3.3 | lib/compiler.fy |
fancy-0.3.2 | lib/compiler.fy |
fancy-0.3.1 | lib/compiler.fy |
fancy-0.3.0 | lib/compiler.fy |