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

Latest commit

 

History

History
19 lines (12 loc) · 633 Bytes

README.md

File metadata and controls

19 lines (12 loc) · 633 Bytes

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