All Projects → boa-dev → Boa

boa-dev / Boa

Licence: other
Boa is an embeddable and experimental Javascript engine written in Rust. Currently, it has support for some of the language.

Programming Languages

rust
11053 projects

Projects that are alternatives of or similar to Boa

Androrat
A Simple android remote administration tool using sockets. It uses java on the client side and python on the server side
Stars: ✭ 187 (-92.55%)
Mutual labels:  hacktoberfest, interpreter
quickjs-build
Build for QuickJS JavaScript Engine
Stars: ✭ 25 (-99%)
Mutual labels:  interpreter, javascript-engine
Gwion
🎵 strongly-timed musical programming language
Stars: ✭ 235 (-90.63%)
Mutual labels:  hacktoberfest, interpreter
Nf Interpreter
⚙️ nanoFramework Interpreter, CLR, HAL, PAL and reference target boards
Stars: ✭ 168 (-93.3%)
Mutual labels:  hacktoberfest, interpreter
05ab1e
A concise stack-based golfing language
Stars: ✭ 583 (-76.76%)
Mutual labels:  hacktoberfest, interpreter
Mond
A scripting language for .NET Core
Stars: ✭ 237 (-90.55%)
Mutual labels:  hacktoberfest, interpreter
Openj9
Eclipse OpenJ9: A Java Virtual Machine for OpenJDK that's optimized for small footprint, fast start-up, and high throughput. Builds on Eclipse OMR (https://github.com/eclipse/omr) and combines with the Extensions for OpenJDK for OpenJ9 repo.
Stars: ✭ 2,802 (+11.68%)
Mutual labels:  hacktoberfest, interpreter
jispy
A JavaScript interpreter in Python, built for embedding JavaScript.
Stars: ✭ 43 (-98.29%)
Mutual labels:  interpreter, javascript-interpreter
V8
The official mirror of the V8 Git repository
Stars: ✭ 18,808 (+649.62%)
Mutual labels:  interpreter, javascript-engine
Awesome Graal
A curated list of awesome resources for Graal, GraalVM, Truffle and related topics
Stars: ✭ 302 (-87.96%)
Mutual labels:  hacktoberfest, interpreter
Quickjs
The official repo is at bellard/quickjs.
Stars: ✭ 1,429 (-43.05%)
Mutual labels:  interpreter, javascript-engine
Feel Scala
FEEL parser and interpreter written in Scala
Stars: ✭ 52 (-97.93%)
Mutual labels:  hacktoberfest, interpreter
Quickjs
QuickJS是一个小型并且可嵌入的Javascript引擎,它支持ES2020规范,包括模块,异步生成器和代理器。
Stars: ✭ 2,199 (-12.36%)
Mutual labels:  javascript-engine, javascript-interpreter
Consumerfinance.gov
Django project protecting American consumers
Stars: ✭ 164 (-93.46%)
Mutual labels:  hacktoberfest
Jenkins.io
A static site for the Jenkins automation server
Stars: ✭ 165 (-93.42%)
Mutual labels:  hacktoberfest
Cosmos
A new logic programming language.
Stars: ✭ 164 (-93.46%)
Mutual labels:  interpreter
Supervisor
PHP library for managing Supervisor through XML-RPC API
Stars: ✭ 163 (-93.5%)
Mutual labels:  hacktoberfest
Cucumber Eclipse
Eclipse plugin for Cucumber
Stars: ✭ 165 (-93.42%)
Mutual labels:  hacktoberfest
Pygem
Python Geometrical Morphing
Stars: ✭ 164 (-93.46%)
Mutual labels:  hacktoberfest
Image Png
PNG decoding and encoding library in pure Rust
Stars: ✭ 164 (-93.46%)
Mutual labels:  hacktoberfest

Boa

logo

This is an experimental Javascript lexer, parser and interpreter written in Rust. Currently, it has support for some of the language.

Build Status codecov Discord

Live Demo (WASM)

https://boa-dev.github.io/boa/

You can get more verbose errors when running from the command line.

Development documentation

You can check the internal development docs at https://boa-dev.github.io/boa/doc.

Conformance

To know how much of the ECMAScript specification does Boa cover, you can check out results running the ECMASCript Test262 test suite here.

Benchmarks

See Benchmarks.

Contributing

Please, check the CONTRIBUTING.md file to know how to contribute in the project. You will need Rust installed and an editor. We have some configurations ready for VSCode.

Debugging

Check debugging.md for more info on debugging.

Web Assembly

This interpreter can be exposed to javascript! You can build the example locally with:

$ yarn install
$ yarn serve

In the console you can use window.evaluate to pass JavaScript in. To develop on the web assembly side you can run yarn serve then go to http://localhost:8080.

Roadmap

See Milestones.

Changelog

See CHANGELOG.md.

Usage

  • Clone this repo.
  • Run with cargo run -- test.js where test.js is an existing JS file.
  • If any JS doesn't work then it's a bug. Please raise an issue!

Profiling

See Profiling

Command-line Options

USAGE:
    boa [OPTIONS] [FILE]...

FLAGS:
    -h, --help       Prints help information
    -V, --version    Prints version information

OPTIONS:
    -a, --dump-ast <FORMAT>       Dump the abstract syntax tree (ast) to stdout with the given format [possible values: Debug, Json,
                                  JsonPretty]

ARGS:
    <FILE>...    The JavaScript file(s) to be evaluated

Communication

Feel free to contact us on Discord.

Example

Example

License

This project is licensed under the Unlicense or MIT licenses, at your option.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].