qmlweb / qmlweb-parser

A QML parser in JavaScript

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

QML parser in JavaScript

Join the chat at https://gitter.im/qmlweb/qmlweb Build Status codecov

npm GitHub tag

This is a QML parser in pure JavaScript, based on UglifyJS parser.

It serves both as an optional dependency to QmlWeb to allow it parse QML and JavaScript files in runtime and as a parser that powers 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.

About

A QML parser in JavaScript

License:Other


Languages

Language:JavaScript 86.9%Language:QML 13.1%