Skip to content

wthornton18/rlox

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Rust Single-threaded Stack-based VM for dynamically typed programming language RLOX (based on CLOX http://www.craftinginterpreters.com)

Potentially ways to take the project

  • [] Registers
  • [] convert print into function
  • [] Further data structures and primitives ie. list, set, dictionary, int
  • [] convert primitives into classes
  • [] String operations
  • [] Imports
  • [] Error handling ie. Result<> and Option<> enums
  • [] multithreading
    • [] |> and | operators
    • [] channels
  • [] stdlib
  • [] packages and exchange format

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages