Skip to content

dpakach/pongo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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