Skip to content

xjslang/js

Repository files navigation

JavaScript parser

An extensible JavaScript parser mounted on top of XJS.

And what makes it different from other parsers?

This one is "extensible". That is, we can easily add our own operators, expressions, and statements that aren't necessarily part of the JS standard.

For example, we could add the factorial operator. Syntactically, the expression let x = 7! should be incorrect, but after adding the operator, the parser would be able to recognize it and transform it into standard JS.

The possibilities are endless!

Note

The project is currently in an early stage of development. I'll keep you updated :)

About

Collection of specific JS structures

Resources

Stars

0 stars

Watchers

0 watching

Forks

Packages

 
 
 

Contributors