Skip to content

A javascript interpreter written in rust for learning purpose

Notifications You must be signed in to change notification settings

chbdetta/obiwan

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

35 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

obiwan

Javascript subset interpreter written in rust

Run

To run the project, please build it with Rust 1.43 nightly

cargo run obiwan [-f <filepath>] [-code] [-ast] [-token]

There is an example file in tests/a.js

About

A javascript interpreter written in rust for learning purpose

Resources

Stars

Watchers

Forks