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

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

README.md

BindingX Parser

Install

npm i bindingx-parser --save 

Usage

import {parse} from 'bindingx-parser'; const originExpression = 'x+0'; parse(originExpression); // will return expression syntax tree