Skip to content

nathanaronson/arc

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Arc

Description

Arc is a programming language written entirely in Rust. It consists of a token scanner, bytecode compiler, and stack-based virtual machine.

Instructions

You will need Cargo installed to compile and run Arc.

Run the Repl

cargo run

Run a Specific File

cargo run <file_name.arc>

About

Dynamically-typed programming language with a bytecode interpreter.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages