Skip to content

applegrew/just

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

45 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

logo image

Next in line experimental branch for master. Contains lots of codes for AST bulding which is not related to primary experiment. They need to be in master irrespective of success or failure of primary experiment.

just - JS on Rust

A ground up implementation of ES6 JavaScript engine complete from parser to executor.

This is more of an academic curiosity rather than top any charts.

The grammar has been coded in Pest language as per the specs at https://262.ecma-international.org/6.0/ .

This folder contains project file for Jetbrain's IntelliJ IDEA editor.

To build run cargo build.

To run unit tests run cargo test --package just --lib parser::unit_tests.

To run all tests run cargo test.

About

JS on Rust

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published