Skip to content

Rewriting ZenScript in Rust. Trying to build a simple lexer, parser and an interpreter using rust from scratch.

Notifications You must be signed in to change notification settings

theyashwanthsai/Rusty-ZenScript

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Rusty Zenscript

Rewriting zenscript in rust (to practice rust)

  • Implement a lexer to scan and tokenize basic arithmetic operations.
  • Implement a parser and build an AST.
  • Implement an interpreter.

About

Rewriting ZenScript in Rust. Trying to build a simple lexer, parser and an interpreter using rust from scratch.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages