Skip to content

Intermediate Representations for ECMAScript Specifications

Notifications You must be signed in to change notification settings

kaist-plrg/ires

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

IRES

Intermediate Representations for ECMAScript Specifications

Environment Setting

export IRES_HOME="<<IRES directory path>>"
export PATH="$IRES_HOME/bin:$PATH"

Install

git clone --recurse-submodules git@github.com:kaist-plrg/ires.git
cd ires
sbt compile

Import ECMAScript Models from JISET

TODO

Unsupported Features for Test262

  • Parts of built-in objects
    • Date
    • Math
    • JSON
    • RegExp
  • module
  • strict mode
  • [[CanBlock]]
  • locale

About

Intermediate Representations for ECMAScript Specifications

Resources

Stars

Watchers

Forks

Packages

No packages published