Skip to content

Latest commit

 

History

History
16 lines (14 loc) · 668 Bytes

README.md

File metadata and controls

16 lines (14 loc) · 668 Bytes

Build Status Go Report Card

Penne

Penne is a simple C-like programming language. The language has the following features:

  • C-like syntax
  • Variable bindings
  • Integers and booleans primitive types
  • Arithmetic expressions
  • Built-in functions
  • First-class and higher-order functions
  • Closures
  • String data structure
  • Array data structute
  • Hash data structure

The project has an interpreter for the Penne language.