Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/arhadthedev/embedded-ecmascript
- Owner: arhadthedev
- License: mit
- Created: 2024-03-22T19:13:42.000Z (8 months ago)
- Default Branch: main
- Last Pushed: 2024-04-13T17:49:57.000Z (7 months ago)
- Last Synced: 2024-04-13T18:11:21.811Z (7 months ago)
- Language: Rust
- Homepage:
- Size: 82 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 11
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
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 progressImplemented 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 .