https://github.com/qmlweb/qmlweb-parser
A QML parser in JavaScript
https://github.com/qmlweb/qmlweb-parser
javascript parser qml qmlweb
Last synced: 24 days ago
JSON representation
A QML parser in JavaScript
- Host: GitHub
- URL: https://github.com/qmlweb/qmlweb-parser
- Owner: qmlweb
- License: other
- Created: 2016-04-06T09:13:49.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2022-04-14T17:51:10.000Z (about 3 years ago)
- Last Synced: 2024-11-09T14:05:36.947Z (7 months ago)
- Topics: javascript, parser, qml, qmlweb
- Language: JavaScript
- Homepage:
- Size: 462 KB
- Stars: 27
- Watchers: 6
- Forks: 11
- Open Issues: 10
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# QML parser in JavaScript
[](https://gitter.im/qmlweb/qmlweb)
[](https://travis-ci.org/qmlweb/qmlweb-parser)
[](https://codecov.io/gh/qmlweb/qmlweb-parser)[](https://www.npmjs.com/package/qmlweb-parser)
[](https://github.com/qmlweb/qmlweb-parser/releases)This is a QML parser in pure JavaScript, based on UglifyJS parser.
It serves both as an optional dependency to
[QmlWeb](https://github.com/qmlweb/qmlweb) to allow it parse QML and
JavaScript files in runtime and as a parser that powers
[gulp-qmlweb](https://github.com/qmlweb/gulp-qmlweb) to pre-parse
files before serving them to the browser.## License
QmlWeb parser is licensed under the BSD-2-Clause license, see
[LICENSE](https://github.com/qmlweb/qmlweb-parser/blob/master/LICENSE).