https://github.com/spaghettifunk/penne
Penne is a simple C-like programming language
https://github.com/spaghettifunk/penne
c-like interpreter programming-language
Last synced: 7 months ago
JSON representation
Penne is a simple C-like programming language
- Host: GitHub
- URL: https://github.com/spaghettifunk/penne
- Owner: spaghettifunk
- License: mit
- Created: 2018-09-07T12:54:29.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2018-09-13T10:51:06.000Z (over 7 years ago)
- Last Synced: 2025-02-21T18:44:46.013Z (12 months ago)
- Topics: c-like, interpreter, programming-language
- Language: Go
- Size: 30.3 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
[](https://travis-ci.com/spaghettifunk/penne) [](https://goreportcard.com/report/github.com/spaghettifunk/penne)
# 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.