Difference between revisions of "UOSL Parser"

From UODemo Wiki
Jump to: navigation, search
(Install Instructions: Source now requires .net 4.0)
m
Line 7: Line 7:
  
 
=== Requirements ===
 
=== Requirements ===
* Microsoft Windows + .Net 3.5
+
* Microsoft Windows + .Net 4.0
  
 
=== Install Instructions ===
 
=== Install Instructions ===

Revision as of 23:02, 20 October 2012

UOSL Parser

Features

  • Parses and normalizes UOSL script.
  • Supports multiple language extensions (UOSL Extended, Enhanced and Native)
  • Command line tool.
  • DLL public interfaces for integration into your application.

Requirements

  • Microsoft Windows + .Net 4.0

Install Instructions