Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/qmlweb/qmlweb-parser
A QML parser in JavaScript
https://github.com/qmlweb/qmlweb-parser
javascript parser qml qmlweb
Last synced: 3 months 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 (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2022-04-14T17:51:10.000Z (almost 3 years ago)
- Last Synced: 2024-11-09T14:05:36.947Z (3 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
[![Join the chat at https://gitter.im/qmlweb/qmlweb](https://badges.gitter.im/qmlweb/qmlweb.svg)](https://gitter.im/qmlweb/qmlweb)
[![Build Status](https://travis-ci.org/qmlweb/qmlweb-parser.svg?branch=master)](https://travis-ci.org/qmlweb/qmlweb-parser)
[![codecov](https://codecov.io/gh/qmlweb/qmlweb-parser/branch/master/graph/badge.svg)](https://codecov.io/gh/qmlweb/qmlweb-parser)[![npm](https://img.shields.io/npm/v/qmlweb-parser.svg)](https://www.npmjs.com/package/qmlweb-parser)
[![GitHub tag](https://img.shields.io/github/tag/qmlweb/qmlweb-parser.svg)](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).