Skip to content

Latest commit

 

History

History
11 lines (10 loc) · 218 Bytes

README.md

File metadata and controls

11 lines (10 loc) · 218 Bytes

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 ...