Skip to content

Latest commit

 

History

History
19 lines (11 loc) · 356 Bytes

README.md

File metadata and controls

19 lines (11 loc) · 356 Bytes

Jassi

Jassi is a minimalistic lexer for JavaScript code. The lexer is simple but robust enough to deal with the usual JavaScript madness in websites. In fact, Jassi will lex anything that roughly looks like JavaScript, including C and PHP. ;)

I am not very proud of it. Have fun.

Building

Simply run

./bootstrap
./configure
make