Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/arhadthedev/embedded-ecmascript

(IN DEVELOPMENT!) Rust library to embed ECMAScript into desktop and automotive programs
https://github.com/arhadthedev/embedded-ecmascript

Last synced: about 1 month ago
JSON representation

(IN DEVELOPMENT!) Rust library to embed ECMAScript into desktop and automotive programs

Awesome Lists containing this project

README

        

# This is embedded-ecmascript version 0.1.0-dev

A Rust library to embed ECMAScript into desktop and automotive programs.

It conforms to:

- [ECMAScript 2024] (ECMA-262, 15th edition) in progress
- ECMAScript 2023 internationalization API (ECMA-402, 10th edition) todo
- The JSON data interchange syntax (ECMA-404, 2nd edition) ECMA-404 todo
- Unicode 15.1 in progress

Implemented as an abstract syntax tree interpreter mulling through
in-specification abstract operations.

[ECMAScript 2024]: https://262.ecma-international.org/15.0/index.html

## Copyright and License Information

Copyright © 2024 Oleg Iarygin .