Skip to content

Latest commit

 

History

History
22 lines (18 loc) · 953 Bytes

README.md

File metadata and controls

22 lines (18 loc) · 953 Bytes

This is final project of Programming Languages that we should write an interpreter for NUMEX with rackt

Programming Languages Final Project

Table of Contents

Introduction

This is final project of Programming Languages that we should write an interpreter for NUMEX with rackt.
we should do:

  1. Implement NUMEX (Number-Expression Programming Language)
  2. Implement a simple type system for NUMEX
  3. Extend Language
  4. Use the Language
  5. Explore the Language
  6. Explore the type system

For obeserve full description of the project see this link

Technologies

Project is created with:

  • Racket