Difference between revisions of "UOSL Parser"

From UODemo Wiki
Jump to: navigation, search
m (Install Instructions)
(Install Instructions: Source now requires .net 4.0)
Line 12: Line 12:
 
* Download:
 
* Download:
 
** Binary Distibution: [ftp://download.joinuo.com/Apps/UOSL.zip FTP] | [http://download.joinuo.com/Apps/UOSL.zip HTTP]
 
** Binary Distibution: [ftp://download.joinuo.com/Apps/UOSL.zip FTP] | [http://download.joinuo.com/Apps/UOSL.zip HTTP]
** Source:
+
** Source: (latest version requires .net 4.0)
 
*** SVN Checkout: [http://svn.joinuo.com/svn/public/UODemo/UnOfficial%20Script%20Language UnOfficial Script Language] And [http://svn.joinuo.com/svn/public/UODemo/UO%20Demo%20Class%20Library UO Demo Class Library]
 
*** SVN Checkout: [http://svn.joinuo.com/svn/public/UODemo/UnOfficial%20Script%20Language UnOfficial 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
 
* Unzip if using Binary Distibution. Executable is UOSL.exe

Revision as of 19:11, 13 December 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