Enhanced C#
Language of your choice: library documentation
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 int Test_LLLPG ()
 

Member Function Documentation

◆ QuickRun()

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.