Boa 0.5.0

Boa is a Javascript lexer, parser and Just-in-Time compiler written in Rust. Currently, it has support for some of the language.
Documentation
# IDE
.idea/
*.iml

# Vim
*.*.swp
*.*.swo

# Build
target
dist
**/*.rs.bk
node_modules
.DS_Store
yarn-error.log
.vscode/settings.json

# tests/js/test.js is used for testing changes locally
tests/js/test.js