https://github.com/masonm/astojs
Parser and transpiler for a subset of Applescript to ECMAScript 6
https://github.com/masonm/astojs
Last synced: 2 months ago
JSON representation
Parser and transpiler for a subset of Applescript to ECMAScript 6
- Host: GitHub
- URL: https://github.com/masonm/astojs
- Owner: MasonM
- License: apache-2.0
- Created: 2016-06-01T00:21:22.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2016-09-26T21:01:08.000Z (almost 10 years ago)
- Last Synced: 2025-05-24T01:47:42.370Z (about 1 year ago)
- Language: JavaScript
- Homepage:
- Size: 94.7 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# astojs
This is a WIP parser and transpiler for a subset of Applescript to ECMAScript 6. It's intended to
aid in migrating Applescript scripts used for scripting Adobe InDesign to ExtendScript. Since it's
meant to be a one-off tool, the emphasis is on producing clean Javascript rather than correctness.
astojs is under heavy development. See [the tests](https://bitbucket.org/MasonM/astojs/src/master/test/astojs_test.js)
for what's it's capable of so far.