Skip to content
This repository was archived by the owner on Jul 9, 2025. It is now read-only.

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 

A parser generator used to generate the following files:

  • js/src/frontend/BinASTParser.h
  • js/src/frontend/BinASTParser.cpp
  • js/src/frontent/BinASTToken.h

from the following files:

  • js/src/frontend/BinAST.webidl_ (specifications of BinAST)
  • js/src/frontend/BinAST.yaml (parser generator driver)

To use it:

$ cd $(topsrcdir)/js/src/frontend/binast
% ./build.sh