mxhx-dev / mxhx-rtti-resolver

Resolves symbols in MXHX documents using Haxe Runtime Type Information (RTTI)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

MXHX RTTI Resolver

Using a document tree generated by mxhx-parser, and Runtime Type Information (RTTI), resolves the symbols that the XML tags, attributes, and text represent.

Minimum Requirements

  • Haxe 4.0

Installation

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

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

Project Configuration

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

--library mxhx-rtti-resolver

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

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

About

Resolves symbols in MXHX documents using Haxe Runtime Type Information (RTTI)

License:Apache License 2.0


Languages

Language:Haxe 100.0%