Sha256: 7a473934630d13e5d92e83d8a5bdb250279971ed3fed6a102debdd055c8c5666
Contents?: true
Size: 529 Bytes
Versions: 18
Compression:
Stored size: 529 Bytes
Contents
This directory contains all the code for compiling Fancy source files (.fy) to Rubinius bytecode files (.fyc). The compiler implementation is in the compiler/ directory. The fancy_ext/ directory contains a small amount of methods defined in Ruby to existing classes in Rubinius to allow Fancy to run on rbx. See fancy_ext.rb for more information. The parser/ directory contains the bison & flex written parser and lexer which are used as a C-extension in rbx to generate the appropriate AST node instances in parser/parser.rb.
Version data entries
18 entries across 9 versions & 1 rubygems