Skip to content

Resolves symbols in MXHX documents using Haxe source code parsed by haxeparser

License

Notifications You must be signed in to change notification settings

mxhx-dev/mxhx-source-resolver

Repository files navigation

MXHX Source Resolver

Using a document tree generated by mxhx-parser, and Haxe source code parsed by haxeparser, resolves the symbols that the XML tags, attributes, and text represent.

Minimum Requirements

  • Haxe 4.2.5

Installation

This library is not yet available on Haxelib, so you'll need to install it from Github.

haxelib git mxhx-source-resolver https://github.com/mxhx-dev/mxhx-source-resolver.git

Project Configuration

After installing the library above, add it to your Haxe .hxml file.

--library mxhx-source-resolver

For Lime and OpenFL, add it to your project.xml file.

<haxelib name="mxhx-source-resolver" />

About

Resolves symbols in MXHX documents using Haxe source code parsed by haxeparser

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Sponsor this project

 

Packages

No packages published

Languages