5h15h1r / Monke

A tree-walking interpreter written in Go

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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


Languages

Language:Go 100.0%