https://github.com/fflorent/espadon
EcmaScript parser writter in Rust (WIP)
https://github.com/fflorent/espadon
ecmascript javascript parser rust
Last synced: 4 months ago
JSON representation
EcmaScript parser writter in Rust (WIP)
- Host: GitHub
- URL: https://github.com/fflorent/espadon
- Owner: fflorent
- License: mit
- Created: 2017-04-17T10:57:22.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2018-05-11T20:57:50.000Z (about 7 years ago)
- Last Synced: 2025-01-15T10:02:25.588Z (5 months ago)
- Topics: ecmascript, javascript, parser, rust
- Language: Rust
- Homepage:
- Size: 54.7 KB
- Stars: 1
- Watchers: 4
- Forks: 1
- Open Issues: 7
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# espadon.rs
A EcmaScript (JavaScript) parser writter in Rust. Currently it supports very basic statements.
## Origin of the name
Espadon in French means [Swordfish](https://en.wikipedia.org/wiki/Swordfish), one of the [fastest marine animals](https://en.wikipedia.org/wiki/Swordfish#Behavior_and_ecology).
Also this name has been chosen for its two first letters as a tribute to EcmaScript, whose name is commonly abbreviated "ES".