Enhanced C#
Language of your choice: library documentation

Documentation moved to ecsharp.net

GitHub doesn't support HTTP redirects, so you'll be redirected in 3 seconds.

 All Classes Namespaces Functions Variables Enumerations Enumerator Properties Events Pages
Static Public Member Functions | List of all members
Loyc.LLParserGenerator.Program Class Reference

Entry point of LLLPG.exe, with QuickRun() method to help invoke LLLPG programmatically. More...


Source file:

Remarks

Entry point of LLLPG.exe, with QuickRun() method to help invoke LLLPG programmatically.

Static Public Member Functions

static void Main (params string[] args)
 
static string QuickRun (string input, params Assembly[] macroAssemblies)
 Run macro processor for LLLPG on the specified input, with the specified command-line option map, returning the result as a string. More...
 
static string QuickRun (IParsingService inputLang, int maxExpand, string input, params Assembly[] macroAssemblies)
 
static void Test_LLLPG ()
 

Member Function Documentation

static string Loyc.LLParserGenerator.Program.QuickRun ( string  input,
params Assembly[]  macroAssemblies 
)
inlinestatic

Run macro processor for LLLPG on the specified input, with the specified command-line option map, returning the result as a string.