An open API service indexing awesome lists of open source software.

https://github.com/dpakach/pongo

A simple interpreter
https://github.com/dpakach/pongo

ast go golang interpreter lexer parser pongo programming-language repl

Last synced: 10 months ago
JSON representation

A simple interpreter

Awesome Lists containing this project

README

          

## pongo
Pongo is a simple interpreter written in go.

### It supports
- Simple Arithmetic
- Data types - string, integers, Array, HashMap
- Functions
- Control flow
- Loops
- Type conversions - String <=> Integer
...