Skip to content

Latest commit

 

History

History
28 lines (24 loc) · 525 Bytes

README.md

File metadata and controls

28 lines (24 loc) · 525 Bytes

ExprC-pyret

Implementing a basic language interpreter in pyret

Language Syntax and Features

ExprC = num | true | false | id | {if ExprC ExprC ExprC} | {with {id = ExprC} ... ExprC} | {fn {id ...} ExprC} | {operator ExprC ExprC} | {ExprC ExprC ...}

operator = + | - | * | / | eq? | <=

Host Language

  • pyret

Contributors

  • Colin Adams (colincadams)
  • Matheus de Sousa faria (matheusfaria)
  • Ryan Quinlan (rynq)