https://github.com/emnudge/syntax-tree-generator
Another Syntax Tree Generator. This time with Svelte and SVG!
https://github.com/emnudge/syntax-tree-generator
Last synced: 2 months ago
JSON representation
Another Syntax Tree Generator. This time with Svelte and SVG!
- Host: GitHub
- URL: https://github.com/emnudge/syntax-tree-generator
- Owner: EmNudge
- Created: 2020-05-01T04:14:37.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2022-07-21T01:20:17.000Z (almost 4 years ago)
- Last Synced: 2026-02-18T04:35:12.376Z (4 months ago)
- Language: JavaScript
- Homepage: https://syntax-tree.netlify.app/
- Size: 180 KB
- Stars: 1
- Watchers: 1
- Forks: 1
- Open Issues: 13
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Syntax Parser
This is a linguistics syntax parser, created in svelte and inspired by projects like [this one](https://github.com/int2str/jssyntaxtree) and [this one](https://github.com/mshang/syntree).
# How this differs?
At the moment of creation, the inspirations for this project did not include SVG output.
Additionally, it's generally easier for me to add functionality onto things if I created them.
I'm hoping to get PWA support and a bunch of customization options.
Add issues for any ideas or enhancements you may have.