Skip to content

usiqwerty/pyjs

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

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages