Skip to content

Latest commit

 

History

History
47 lines (26 loc) · 1.03 KB

RPerl_Operators.md

File metadata and controls

47 lines (26 loc) · 1.03 KB

RPerl Operators

Description

Perl is an "operator rich" language, and the RPerl compiler still needs to implement most of the builtin Perl operators.

The process of implementing RPerl operators is documented here:

Getting Started Guide

Expected outcomes

We must implement at least one RPerl operator, including tests to ensure the operator is functioning properly.

An example operator can be found here:

Exp.pm

The corresponding tests can be found here:

Operator01NamedExp

Required skills

Students must possess basic programming skills in both Perl and C++.

Rating

Medium

Possible mentors

Will 'the Chill' Braswell [email protected]

Mathias Köhler [email protected]