Skip to content

spaghettifunk/penne

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

Penne is a simple C-like programming language

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages