Skip to content

Latest commit

 

History

History
42 lines (29 loc) · 1.54 KB

README.md

File metadata and controls

42 lines (29 loc) · 1.54 KB

Ruedalang

go-github release (latest SemVer) GoDoc Test Status Go Report Card

"If you don’t know how compilers work, then you don’t know how computers work. If you’re not 100% sure whether you know how compilers work, then you don’t know how they work." - Steve Yegge

"Without a compiler or an interpreter, a programming language is nothing more than an idea or a specification." - Thorsten Ball

This repository contains an interpreter for the Ruedalang programming language.

Features

  • C-family syntax
  • Variable bindings
  • Integers and booleans
  • Arithmetic expressions
  • Built-in first-class functions
  • Closures
  • Strings
  • Arrays
  • Hash maps

Installation

Usage

License

This library is distributed under the MIT License found in the LICENSE file.

References