Skip to content

A small, expressive language built from scratch in Rust

Notifications You must be signed in to change notification settings

g3dots/nyx-lang

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

nyx

A programming language interpreter written in Rust.

Status

Early development — lexer complete, parser and evaluator in progress.

Usage

cargo run

Starts a REPL. Type expressions at the >> prompt to see the token stream.

Roadmap

  • Parser / AST
  • Evaluator

About

A small, expressive language built from scratch in Rust

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages