Sha256: 70b117003a60bafaf7944a2c2ff6fd9d20fd36df4b5cb603ec1c88d5fbd3756b
Contents?: true
Size: 351 Bytes
Versions: 2
Compression:
Stored size: 351 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 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
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
fancy-0.10.0 | boot/rbx-compiler/README |
fancy-0.9.0 | boot/rbx-compiler/README |