umangshrestha / yet-another-interpretor-in-java

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Yet Another Interpretor in Java

Refrences

Book Author Language Example
Crafting Interpreters Robert Nystrom Java here
Writing An Interpreter In Go Thorsten Ball Go here

Features

Data types
  • Number
  • String
  • Boolean
  • Array
  • HashMap
  • Function
  • Class
  • Nil
Operators
  • Arthemetic
  • Logical
  • Unary
  • Bitwise
Assignment
  • Variable
  • Constants
  • Enhanced Assignments
Branch
  • If Condition
  • Else Condition
  • Else If
Loop
  • While Loop
  • For Loop
  • Break
  • Continue
Function
  • Zero Argument
  • Multiple Arguments
  • Return
  • Recursion

About


Languages

Language:Java 100.0%