Coder Social home page Coder Social logo

armadillo's Introduction

Armadillo

A JavaScript interpreter written in Rust

Armadillo is a fast, easy-to-use interpreter for ECMAScript (JavaScript). It is written in Rust.

Goals

Performance: Armadillo should be as fast as leading JavaScript interpeters like SpiderMonkey and V8. This may eventually require a transition to JIT (just-in-time) compilation.

Compliance: Armadillo should be completely standards-compliant. Right now, Armadillo is targeting the ECMAScript 2020 standard.

Code cleanliness: Armadillo should be thoroughly documented and tested. It should be easy for experienced developers to understand what any segment of code is doing. Test coverage should be thorough, but should not be a metric in and of itself ("100% coverage" is not the goal).

Ease of use: Armadillo should be easy to use in other projects. It should be used through its command line interface. At a later date, or perhaps in a separate project, Armadillo should provide an environment that allows for manipulation of webpages.

Project Status

This project is currently in the earliest stages of development. No working interpreter is available yet. Implementing the parsing stage is in progress. After that, the execution stage will be implemented.

Quick Start

$ git clone https://github.com/thomasebsmith/armadillo.git
$ cd armadillo
$ cargo run <options>

armadillo's People

Contributors

thomasebsmith avatar

Stargazers

 avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.