Skip to content

Wodan58/Roy

Repository files navigation

Roy

Build Linux Windows Coverity
status GitHub CI build status AppVeyor CI build status Coverity Scan Build Status

This repository contains a recursion enabled runtime for files that have been translated by Moy into C. This project also depends on the BDW garbage collector.

Build instructions

make

This builds the recursive Fibonacci program.

Changes

Some builtins are not supported because they have no business in compiled code. Also, unlike Soy, the arities in the code must be correct.

Languages