Difference between revisions of "UOSL Parser"

From UODemo Wiki
Jump to: navigation, search
(initial draft)
 
(Install Instructions)
Line 10: Line 10:
  
 
=== Install Instructions ===
 
=== Install Instructions ===
* Unzip
+
* Download:
 +
** Binary Distibution: [ftp://download.joinuo.com/Apps/UOSL.zip FTP] | [http://download.joinuo.com/Apps/UOSL.zip HTTP]
 +
** Source:
 +
*** SVN Checkout: [http://svn.joinuo.com/svn/public/UODemo/UnOfficial%20Script%20Language Official Script Language] And [http://svn.joinuo.com/svn/public/UODemo/UO%20Demo%20Class%20Library UO Demo Class Library]
 +
* Unzip if using Binary Distibution. Executable is UOSL.exe

Revision as of 19:49, 23 November 2011

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 3.5

Install Instructions