Skip to content

5h15h1r/Monke

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Monke

A tree-walking Interepreter written in GO

Features

  1. C-like syntax
  2. variable bindings
  3. integers and booleans
  4. arithmetic expressions
  5. built-in functions
  6. first-class and higher-order functions
  7. closures

Todo

  1. Data Strucures
    1. String
    2. Array
    3. Hash
  2. Inbuilt Function
    1. len

Usage

To try the Monke lang, run the repl by:

go run main.go

About

A tree-walking interpreter written in Go

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages