-
-
Save bakkdoor/702818 to your computer and use it in GitHub Desktop.
1
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
bakkdoor:~/Desktop/fancy[bootstrap*]> rbx /home/bakkdoor/Desktop/fancy/boot/load.rb /home/bakkdoor/Desktop/fancy/boot/compiler/boot.fyc /home/bakkdoor/Desktop/fancy/boot/compiler/compiler.fyc /home/bakkdoor/Desktop/fancy/boot/compiler/compiler/command.fyc /home/bakkdoor/Desktop/fancy/boot/compiler/compile.fyc -- lib/**/*.fy --batch | |
Compiling lib/compiler/ast.fy | |
Compiling lib/compiler/command.fy | |
Compiling lib/compiler/compiler.fy | |
Compiling lib/compiler/stages.fy | |
Compiling lib/package/dependency.fy | |
Compiling lib/package/installer.fy | |
Compiling lib/package/specification.fy | |
Compiling lib/package/uninstaller.fy | |
Compiling lib/parser/methods.fy | |
Compiling lib/rbx/array.fy | |
Compiling lib/rbx/bignum.fy | |
Compiling lib/rbx/block.fy | |
Compiling lib/rbx/class.fy | |
Compiling lib/rbx/code_loader.fy | |
Compiling lib/rbx/console.fy | |
Compiling lib/rbx/directory.fy | |
Compiling lib/rbx/documentation.fy | |
Compiling lib/rbx/environment_variables.fy | |
Compiling lib/rbx/exception.fy | |
Compiling lib/rbx/false_class.fy | |
Compiling lib/rbx/file.fy | |
Compiling lib/rbx/fixnum.fy | |
Compiling lib/rbx/float.fy | |
Compiling lib/rbx/hash.fy | |
Compiling lib/rbx/io.fy | |
Compiling lib/rbx/method.fy | |
Compiling lib/rbx/name_error.fy | |
Compiling lib/rbx/no_method_error.fy | |
Compiling lib/rbx/object.fy | |
Compiling lib/rbx/range.fy | |
Compiling lib/rbx/regexp.fy | |
Compiling lib/rbx/string.fy | |
Compiling lib/rbx/symbol.fy | |
Compiling lib/rbx/system.fy | |
Compiling lib/rbx/tcp_server.fy | |
Compiling lib/rbx/tcp_socket.fy | |
Compiling lib/rbx/thread.fy | |
Compiling lib/rbx/tuple.fy | |
Compiled 38 files. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
bakkdoor:~/Desktop/fancy[bootstrap*]> rbx /home/bakkdoor/Desktop/fancy/boot/load.rb /home/bakkdoor/Desktop/fancy/boot/compiler/boot.fyc /home/bakkdoor/Desktop/fancy/boot/compiler/compiler.fyc /home/bakkdoor/Desktop/fancy/boot/compiler/compiler/command.fyc /home/bakkdoor/Desktop/fancy/boot/compiler/compile.fyc -- lib/**/**/*.fy --batch | |
Compiling lib/compiler/ast/assign.fy | |
Compiling lib/compiler/ast/block.fy | |
Compiling lib/compiler/ast/class_def.fy | |
Compiling lib/compiler/ast/expression_list.fy | |
Compiling lib/compiler/ast/identifier.fy | |
Compiling lib/compiler/ast/literals.fy | |
Compiling lib/compiler/ast/match.fy | |
Compiling lib/compiler/ast/message_send.fy | |
Compiling lib/compiler/ast/method_def.fy | |
Compiling lib/compiler/ast/node.fy | |
Compiling lib/compiler/ast/range.fy | |
Compiling lib/compiler/ast/require.fy | |
Compiling lib/compiler/ast/return.fy | |
Compiling lib/compiler/ast/script.fy | |
Compiling lib/compiler/ast/singleton_method_def.fy | |
Compiling lib/compiler/ast/super.fy | |
Compiling lib/compiler/ast/try_catch.fy | |
Compiling lib/compiler/ast/tuple_literal.fy | |
Compiled 18 files. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
bakkdoor:~/Desktop/fancy[bootstrap*]> rbx /home/bakkdoor/Desktop/fancy/boot/load.rb /home/bakkdoor/Desktop/fancy/boot/compiler/boot.fyc /home/bakkdoor/Desktop/fancy/boot/compiler/compiler.fyc /home/bakkdoor/Desktop/fancy/boot/compiler/compiler/command.fyc /home/bakkdoor/Desktop/fancy/boot/compiler/compile.fyc -- lib/*.fy --batch | |
Compiling lib/argv.fy | |
Compiling lib/array.fy | |
Compiling lib/block.fy | |
Compiling lib/boot.fy | |
Compiling lib/class.fy | |
Compiling lib/compiler.fy | |
Compiling lib/directory.fy | |
Compiling lib/documentation.fy | |
Compiling lib/enumerable.fy | |
Compiling lib/eval.fy | |
Compiling lib/fancy_spec.fy | |
Compiling lib/fdoc.fy | |
Compiling lib/fdoc_hook.fy | |
Compiling lib/file.fy | |
Compiling lib/hash.fy | |
Compiling lib/main.fy | |
Compiling lib/method.fy | |
Compiling lib/nil_class.fy | |
Compiling lib/number.fy | |
Compiling lib/object.fy | |
Compiling lib/package.fy | |
Compiling lib/parser.fy | |
Compiling lib/rbx.fy | |
Compiling lib/set.fy | |
Compiling lib/stack.fy | |
Compiling lib/string.fy | |
Compiling lib/symbol.fy | |
Compiling lib/true_class.fy | |
Compiling lib/version.fy | |
Compiled 29 files. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment