Skip to content
forked from jscert/jscert

A Coq specification of ECMAScript 5 (JavaScript) with verified reference interpreter

License

Notifications You must be signed in to change notification settings

querycert/jsast

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

JsAst

This is a minimal JavaScript syntax tree carved out of the JsCert project.

Installation

JsAst depends on:

  • Coq (version 8.11.2) or later

From opam

opam repo add coq-released https://coq.inria.fr/opam/released
opam install coq-jsast

Local with opam

In this directory:

opam install .

From source

To compile, do:

make

To install as a Coq user contribution, do:

make install

About

A Coq specification of ECMAScript 5 (JavaScript) with verified reference interpreter

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Coq 86.0%
  • Makefile 14.0%