Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
ben-sb authored Sep 16, 2024
1 parent 54a9b22 commit 762ad33
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,7 @@ Install via `npm install jisu`
An online demo is available at https://ben-sb.github.io/jisu

## About
JISU is a recursive descent parser (*roughly*). I say roughly as it uses the [precedence climbing method](https://en.wikipedia.org/wiki/Operator-precedence_parser) to parse binary and logical expressions.

Currently I've been working on this in my free time, which I don't have a lot of right now, but I do plan to continue supporting more of the JS language. I may also write some AST manipulation tools for the obfuscation/deobfuscation enjoyers out there.
JISU is *mostly* a recursive descent parser. It uses the bottom-up [precedence climbing method](https://en.wikipedia.org/wiki/Operator-precedence_parser) to parse binary and logical expressions.

## Specs
The repo has two exports:
Expand Down

0 comments on commit 762ad33

Please sign in to comment.