Skip to content
/ jast Public

A JavaScript interpreter/compiler to Rust.

Notifications You must be signed in to change notification settings

shenfe/jast

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

jast

  >> 0.1% development, not available <<

Jast is a JavaScript interpreter/compiler to Rust.

Supported Grammars

ECMAScript-262.

Environment

rust

To develop, you have to install rust. To install rust (and cargo, the rust package manager), refer to the official, or just:

$ curl https://sh.rustup.rs -sSf | sh

Node.js

To test and compare, you have to install Node.js. To install Node.js, refer to the official.

Commands

compile

$ cargo build

run

$ ./target/debug/jast

compile and run in one step

$ cargo run

Related Work

parser

About

A JavaScript interpreter/compiler to Rust.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages