Download MicroParser
Description
MicroParser ? a minimal parser combinator library for C# with the focus on light dependencies, small size and reasonable performance for strings that fits in memory
Icons
Source Files
The download file microparser.zip has the following entries.
.hgignore// w ww .j a v a2 s . c o m
.hgtags
JsonVisualizer/App.xaml
JsonVisualizer/App.xaml.cs
JsonVisualizer/Internal/BuildContext.cs
JsonVisualizer/Internal/ExtensionMethods.cs
JsonVisualizer/Internal/Generated_DependencyProperties.cs
JsonVisualizer/Internal/Generated_DependencyProperties.tt
JsonVisualizer/Internal/IncludeMicroParser.Json.cs
JsonVisualizer/Internal/IncludeMicroParser.Json.tt
JsonVisualizer/Internal/JsonSerializer.cs
JsonVisualizer/Internal/LineNo.cs
JsonVisualizer/Internal/WatermarkTextBox.cs
JsonVisualizer/JsonVisualizer.csproj
JsonVisualizer/MainWindow.xaml
JsonVisualizer/MainWindow.xaml.cs
JsonVisualizer/Properties/AssemblyInfo.cs
JsonVisualizer/Properties/Resources.Designer.cs
JsonVisualizer/Properties/Resources.resx
JsonVisualizer/Properties/Settings.Designer.cs
JsonVisualizer/Properties/Settings.settings
JsonVisualizer/Splash.png
JsonVisualizer/Themes/Generic.xaml
JsonVisualizer/app.config
License.html
LinkableCode/DependencyProperties.ttinclude
LinkableCode/GlobalAssemblyInfo.cs
LinkableCode/Header.ttinclude
LinkableCode/IncludeProject.ttinclude
Local.testsettings
MicroParser.Json/Backlog.txt
MicroParser.Json/IncludeProject.cs
MicroParser.Json/IncludeProject.tt
MicroParser.Json/JsonSerializer.cs
MicroParser.Json/MakePublic.cs
MicroParser.Json/MicroParser.Json.csproj
MicroParser.Json/Properties/AssemblyInfo.cs
MicroParser.Json/UseExpandoObject.cs
MicroParser.WpfBindings.TestApp/App.xaml
MicroParser.WpfBindings.TestApp/App.xaml.cs
MicroParser.WpfBindings.TestApp/MainWindow.xaml
MicroParser.WpfBindings.TestApp/MainWindow.xaml.cs
MicroParser.WpfBindings.TestApp/MicroParser.WpfBindings.TestApp.csproj
MicroParser.WpfBindings.TestApp/Properties/AssemblyInfo.cs
MicroParser.WpfBindings.TestApp/Properties/Resources.Designer.cs
MicroParser.WpfBindings.TestApp/Properties/Resources.resx
MicroParser.WpfBindings.TestApp/Properties/Settings.Designer.cs
MicroParser.WpfBindings.TestApp/Properties/Settings.settings
MicroParser.WpfBindings.TestApp/app.config
MicroParser.WpfBindings/ExpressionBinding.cs
MicroParser.WpfBindings/IncludeProject.cs
MicroParser.WpfBindings/IncludeProject.tt
MicroParser.WpfBindings/Internal/Ast.cs
MicroParser.WpfBindings/Internal/AstVisitors.cs
MicroParser.WpfBindings/Internal/Extensions.cs
MicroParser.WpfBindings/Internal/ValueConverters.cs
MicroParser.WpfBindings/MicroParser.WpfBindings.csproj
MicroParser.WpfBindings/Properties/AssemblyInfo.cs
MicroParser.docx
MicroParser.pfx
MicroParser.sln
MicroParser.vsmdi
MicroParser/Backlog.txt
MicroParser/CharParser.cs
MicroParser/CharSatisfy.cs
MicroParser/Empty.cs
MicroParser/Extensions.cs
MicroParser/Internal/Extensions.cs
MicroParser/MakePublic.cs
MicroParser/MicroParser.csproj
MicroParser/Optional.cs
MicroParser/Parser.cs
MicroParser/ParserError.cs
MicroParser/ParserFunction.cs
MicroParser/ParserGenerator.cs
MicroParser/ParserGenerator.tt
MicroParser/ParserReply.cs
MicroParser/ParserResult.cs
MicroParser/ParserState.cs
MicroParser/Properties/AssemblyInfo.cs
MicroParser/Strings.cs
MicroParser/SubString.cs
MicroParser/TupleGenerator.cs
MicroParser/TupleGenerator.tt
MicroParser1.vsmdi
MicroParser35/IncludeProject.cs
MicroParser35/IncludeProject.tt
MicroParser35/MicroParser35.csproj
MicroParser35/Properties/AssemblyInfo.cs
MicroParser_WindowsPhone7.sln
NDependProject.ndproj
PerformanceTest.MicroParser.Json/JSON.txt
PerformanceTest.MicroParser.Json/PerformanceTest.MicroParser.Json.csproj
PerformanceTest.MicroParser.Json/Program.cs
PerformanceTest.MicroParser.Json/Properties/AssemblyInfo.cs
SampleParsers/Program.cs
SampleParsers/Properties/AssemblyInfo.cs
SampleParsers/SampleParsers.csproj
SilverlightDynamicJson/App.xaml
SilverlightDynamicJson/App.xaml.cs
SilverlightDynamicJson/JSON.txt
SilverlightDynamicJson/MainPage.xaml
SilverlightDynamicJson/MainPage.xaml.cs
SilverlightDynamicJson/Properties/AppManifest.xml
SilverlightDynamicJson/Properties/AssemblyInfo.cs
SilverlightDynamicJson/SilverlightDynamicJson.csproj
SilverlightDynamicJsonLib/DynamicDependencyObject.cs
SilverlightDynamicJsonLib/IncludeMicroParser.cs
SilverlightDynamicJsonLib/IncludeMicroParser.tt
SilverlightDynamicJsonLib/JsonSerializer.cs
SilverlightDynamicJsonLib/Properties/AssemblyInfo.cs
SilverlightDynamicJsonLib/SilverlightDynamicJsonLib.csproj
Test.MicroParser.Json/JSON.txt
Test.MicroParser.Json/Properties/AssemblyInfo.cs
Test.MicroParser.Json/Test.MicroParser.Json.csproj
Test.MicroParser.Json/TestJsonSerializer.cs
Test.MicroParser/MicroParserTest.cs
Test.MicroParser/Properties/AssemblyInfo.cs
Test.MicroParser/Test.MicroParser.csproj
TraceAndTestImpact.testsettings
WindowsPhoneJson/App.xaml
WindowsPhoneJson/App.xaml.cs
WindowsPhoneJson/ApplicationIcon.png
WindowsPhoneJson/Background.png
WindowsPhoneJson/JSON.txt
WindowsPhoneJson/MainPage.xaml
WindowsPhoneJson/MainPage.xaml.cs
WindowsPhoneJson/Properties/AppManifest.xml
WindowsPhoneJson/Properties/AssemblyInfo.cs
WindowsPhoneJson/Properties/WMAppManifest.xml
WindowsPhoneJson/SplashScreenImage.jpg
WindowsPhoneJson/WindowsPhoneJson.csproj
WindowsPhoneJsonLib/IncludeMicroParser.cs
WindowsPhoneJsonLib/IncludeMicroParser.tt
WindowsPhoneJsonLib/JsonSerializer.cs
WindowsPhoneJsonLib/Properties/AssemblyInfo.cs
WindowsPhoneJsonLib/WindowsPhoneJsonLib.csproj
Download
Click the following link to download microparser.zip.
microparser.zipHome »
C# Free Code »
Development »
C# Free Code »
Development »