p-ranav / walnut.v1

The Walnut programming language

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

The Walnut programming language

License:MIT License


Languages

Language:C++ 99.8%Language:CMake 0.2%