Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

pyjs

JavaScript parser and interpreter written in python

import pyjs

tree = pyjs.parse("console.log('hello, world')")

Features

  • Not Selenium
  • Efficient parsing using generators

JS support state

  • assignments
  • function calls with any number of arguments
  • if-else blocks
  • loops
  • named function definitions
  • anonymous function definitions
  • arrow function definitions
  • string templates
  • async functions
  • comments (ignored)

About

JS parser and interpeter written in Python

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages