Difference between revisions of "UOSL Parser"

From UODemo Wiki
Jump to: navigation, search
m (Update URL's to point to UO98.org)
m
 
Line 11: Line 11:
 
=== Install Instructions ===
 
=== Install Instructions ===
 
* Download:
 
* Download:
** Binary Distibution: [ftp://download.uo98.org/Apps/UOSL.zip FTP] | [http://download.uo98.org/Apps/UOSL.zip HTTP]
+
** Binary Distibution: [http://download.uo98.org/Apps/UOSL.zip HTTP]
 
** Source: (latest version requires .net 4.0)
 
** Source: (latest version requires .net 4.0)
 
*** SVN Checkout: [http://svn.uo98.org/svn/public/UODemo/UnOfficial%20Script%20Language UnOfficial Script Language] And [http://svn.uo98.org/svn/public/UODemo/UO%20Demo%20Class%20Library UO Demo Class Library]
 
*** SVN Checkout: [http://svn.uo98.org/svn/public/UODemo/UnOfficial%20Script%20Language UnOfficial Script Language] And [http://svn.uo98.org/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

Latest revision as of 18:55, 21 July 2016

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