Skip to content
This repository has been archived by the owner on Jun 5, 2019. It is now read-only.

p-ranav/walnut.v1

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

pprint

Walnut is an interpreted high-level toy programming language implemented in C++.

  • Lexer with UTF-8 support
  • Recursive-descent Parser
  • Tree-walking Interpreter

Functions Defined

Compound Data Types

Intuitive Interpretation

Quick & Easy to Learn

All the Flow You'd Expect